#5C86CD

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

Shades of Havelock Blue #5C86CD

Tints of Havelock Blue #5C86CD

Color information

#5C86CD (or 0x5C86CD) is unknown color: approx Havelock Blue. HEX triplet: 5C, 86 and CD. RGB value is (92,134,205). Sum of RGB (Red+Green+Blue) = 92+134+205=431 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.35% from 431); Green value is 134 (52.73% from 255 or 31.09% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #5C86CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C86CD is #A37932. Grayscale: #818181. Windows color (decimal): -10713395 or 13469276. OLE color: 13469276.

HSL color Cylindrical-coordinate representation of color #5C86CD: hue angle of 217.7º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5C86CD is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB92134205-
CMYK0.550.3500.20
HSL217.7º53.05%58.24%-
HSV(B)217.7º55.12%80.39%-
XYZ23.9623.7361.08-
YUV129.54170.59101.23-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.35%
GREEN value IS 134 (52.73% from 255) = 31.09%
BLUE value IS 205 (80.47% from 255) = 47.56%
R=21.35%
G=31.09%
B=47.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal921342050.550.3500.20217.753.0558.24
Hex5C86CD3723014da353a
Octal13420631567430243326572
Binary1011100100001101100110111011110001101010011011010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C86CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,134,205); }

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

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

 a { background-color: rgb(92,134,205); }

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

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

 span { border-color: rgb(92,134,205); }

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