#5C85CA

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

Shades of Havelock Blue #5C85CA

Tints of Havelock Blue #5C85CA

Color information

#5C85CA (or 0x5C85CA) is unknown color: approx Havelock Blue. HEX triplet: 5C, 85 and CA. RGB value is (92,133,202). Sum of RGB (Red+Green+Blue) = 92+133+202=427 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.55% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 202 - color contains mainly: blue. Hex color #5C85CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C85CA is #A37A35. Grayscale: #808080. Windows color (decimal): -10713654 or 13272412. OLE color: 13272412.

HSL color Cylindrical-coordinate representation of color #5C85CA: hue angle of 217.64º 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 #5C85CA is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB92133202-
CMYK0.540.3400.21
HSL217.64º50.93%57.65%-
HSV(B)217.64º54.46%79.22%-
XYZ23.4623.3159.14-
YUV128.61169.42101.89-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.55%
GREEN value IS 133 (52.34% from 255) = 31.15%
BLUE value IS 202 (79.30% from 255) = 47.31%
R=21.55%
G=31.15%
B=47.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal921332020.540.3400.21217.6450.9357.65
Hex5C85CA3622015da333a
Octal13420531266420253326372
Binary1011100100001011100101011011010001001010111011010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C85CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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