#5C9CDE

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

Shades of Picton Blue #5C9CDE

Tints of Picton Blue #5C9CDE

Color information

#5C9CDE (or 0x5C9CDE) is unknown color: approx Picton Blue. HEX triplet: 5C, 9C and DE. RGB value is (92,156,222). Sum of RGB (Red+Green+Blue) = 92+156+222=470 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.57% from 470); Green value is 156 (61.33% from 255 or 33.19% from 470); Blue value is 222 (87.11% from 255 or 47.23% from 470); Max value from RGB is 222 - color contains mainly: blue. Hex color #5C9CDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C9CDE is #A36321. Grayscale: #909090. Windows color (decimal): -10707746 or 14589020. OLE color: 14589020.

HSL color Cylindrical-coordinate representation of color #5C9CDE: hue angle of 210.46º degrees, saturation: 0.66, 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 #5C9CDE is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB92156222-
CMYK0.590.3000.13
HSL210.46º66.33%61.57%-
HSV(B)210.46º58.56%87.06%-
XYZ29.4931.3373.6-
YUV144.39171.890.63-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.57%
GREEN value IS 156 (61.33% from 255) = 33.19%
BLUE value IS 222 (87.11% from 255) = 47.23%
R=19.57%
G=33.19%
B=47.23%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal921562220.590.3000.13210.4666.3361.57
Hex5C9CDE3B1E0Dd2423e
Octal134234336733601532210276
Binary101110010011100110111101110111111001101110100101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,156,222); }

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

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

 a { background-color: rgb(92,156,222); }

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

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

 span { border-color: rgb(92,156,222); }

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