#5C9DCA

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

Shades of Picton Blue #5C9DCA

Tints of Picton Blue #5C9DCA

Color information

#5C9DCA (or 0x5C9DCA) is unknown color: approx Picton Blue. HEX triplet: 5C, 9D and CA. RGB value is (92,157,202). Sum of RGB (Red+Green+Blue) = 92+157+202=451 (59% of max value = 765). Red value is 92 (36.33% from 255 or 20.40% from 451); Green value is 157 (61.72% from 255 or 34.81% from 451); Blue value is 202 (79.30% from 255 or 44.79% from 451); Max value from RGB is 202 - color contains mainly: blue. Hex color #5C9DCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C9DCA is #A36235. Grayscale: #8E8E8E. Windows color (decimal): -10707510 or 13278556. OLE color: 13278556.

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

Color convert

RGB92157202-
CMYK0.540.2200.21
HSL204.55º50.93%57.65%-
HSV(B)204.55º54.46%79.22%-
XYZ27.1330.6560.36-
YUV142.7161.4791.84-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.40%
GREEN value IS 157 (61.72% from 255) = 34.81%
BLUE value IS 202 (79.30% from 255) = 44.79%
R=20.40%
G=34.81%
B=44.79%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal921572020.540.2200.21204.5550.9357.65
Hex5C9DCA3616015cd333a
Octal13423531266260253156372
Binary101110010011101110010101101101011001010111001101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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