#5C9DCE

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

Shades of Picton Blue #5C9DCE

Tints of Picton Blue #5C9DCE

Color information

#5C9DCE (or 0x5C9DCE) is unknown color: approx Picton Blue. HEX triplet: 5C, 9D and CE. RGB value is (92,157,206). Sum of RGB (Red+Green+Blue) = 92+157+206=455 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.22% from 455); Green value is 157 (61.72% from 255 or 34.51% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #5C9DCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C9DCE is #A36231. Grayscale: #8E8E8E. Windows color (decimal): -10707506 or 13540700. OLE color: 13540700.

HSL color Cylindrical-coordinate representation of color #5C9DCE: hue angle of 205.79º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5C9DCE is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB92157206-
CMYK0.550.2400.19
HSL205.79º53.77%58.43%-
HSV(B)205.79º55.34%80.78%-
XYZ27.6130.8562.89-
YUV143.15163.4791.52-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.22%
GREEN value IS 157 (61.72% from 255) = 34.51%
BLUE value IS 206 (80.86% from 255) = 45.27%
R=20.22%
G=34.51%
B=45.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal921572060.550.2400.19205.7953.7758.43
Hex5C9DCE3718013ce363a
Octal13423531667300233166672
Binary101110010011101110011101101111100001001111001110110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,157,206); }

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

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

 a { background-color: rgb(92,157,206); }

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

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

 span { border-color: rgb(92,157,206); }

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