#5a94c9

Color #5A94C9 Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #5A94C9

Tints of Picton Blue #5A94C9

Color information

#5A94C9 (or 0x5A94C9) is unknown color: approx Picton Blue. HEX triplet: 5A, 94 and C9. RGB value is (90,148,201). Sum of RGB (Red+Green+Blue) = 90+148+201=439 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.50% from 439); Green value is 148 (58.20% from 255 or 33.71% from 439); Blue value is 201 (78.91% from 255 or 45.79% from 439); Max value from RGB is 201 - color contains mainly: blue. Hex color #5A94C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A94C9 is #A56B36. Grayscale: #888888. Windows color (decimal): -10840887 or 13210714. OLE color: 13210714.

HSL color Cylindrical-coordinate representation of color #5A94C9: hue angle of 208.65º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5A94C9 is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB90148201-
CMYK0.550.2600.21
HSL208.65º50.68%57.06%-
HSV(B)208.65º55.22%78.82%-
XYZ25.3527.5759.24-
YUV136.7164.2894.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 90 (35.55% from 255) = 20.50%
GREEN value IS 148 (58.20% from 255) = 33.71%
BLUE value IS 201 (78.91% from 255) = 45.79%
R=20.50%
G=33.71%
B=45.79%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal901482010.550.2600.21208.6550.6857.06
Hex5A94C9371A015d13339
Octal13222431167320253216371
Binary101101010010100110010011101111101001010111010001110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5a94c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5a94c9; }

 p { color: rgb(90,148,201); }

 H1.HeaderClassName
 {
   color: #5a94c9;
 }
 .AnyTagClassName
 {
   color: #5a94c9;
 }
</style>
background-color css

<style>
 a { background-color: #5a94c9; }

 a { background-color: rgb(90,148,201); }

 div.DivClassName
 {
   background-color: #5a94c9;
 }
 .BgClassName
 {
   background-color: #5a94c9;
 }
</style>
border-color css

<style>
 span { border-color: #5a94c9; }

 span { border-color: rgb(90,148,201); }

 td.TdClassName
 {
   border-color: #5a94c9;
 }
 .TagClassName
 {
   border-color: #5a94c9;
 }
</style>