#5CA6DF

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

Shades of Picton Blue #5CA6DF

Tints of Picton Blue #5CA6DF

Color information

#5CA6DF (or 0x5CA6DF) is unknown color: approx Picton Blue. HEX triplet: 5C, A6 and DF. RGB value is (92,166,223). Sum of RGB (Red+Green+Blue) = 92+166+223=481 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.13% from 481); Green value is 166 (65.23% from 255 or 34.51% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #5CA6DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CA6DF is #A35920. Grayscale: #969696. Windows color (decimal): -10705185 or 14657116. OLE color: 14657116.

HSL color Cylindrical-coordinate representation of color #5CA6DF: hue angle of 206.11º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5CA6DF is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB92166223-
CMYK0.590.2600.13
HSL206.11º67.18%61.76%-
HSV(B)206.11º58.74%87.45%-
XYZ31.3734.8874.89-
YUV150.37168.9886.37-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.13%
GREEN value IS 166 (65.23% from 255) = 34.51%
BLUE value IS 223 (87.5% from 255) = 46.36%
R=19.13%
G=34.51%
B=46.36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal921662230.590.2600.13206.1167.1861.76
Hex5CA6DF3B1A0Dce433e
Octal134246337733201531610376
Binary101110010100110110111111110111101001101110011101000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,166,223); }

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

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

 a { background-color: rgb(92,166,223); }

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

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

 span { border-color: rgb(92,166,223); }

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