#5C88CD

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

Shades of Havelock Blue #5C88CD

Tints of Havelock Blue #5C88CD

Color information

#5C88CD (or 0x5C88CD) is unknown color: approx Havelock Blue. HEX triplet: 5C, 88 and CD. RGB value is (92,136,205). Sum of RGB (Red+Green+Blue) = 92+136+205=433 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.25% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #5C88CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C88CD is #A37732. Grayscale: #828282. Windows color (decimal): -10712883 or 13469788. OLE color: 13469788.

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

Color convert

RGB92136205-
CMYK0.550.3400.20
HSL216.64º53.05%58.24%-
HSV(B)216.64º55.12%80.39%-
XYZ24.2424.2961.17-
YUV130.71169.92100.39-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.25%
GREEN value IS 136 (53.52% from 255) = 31.41%
BLUE value IS 205 (80.47% from 255) = 47.34%
R=21.25%
G=31.41%
B=47.34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal921362050.550.3400.20216.6453.0558.24
Hex5C88CD3722014d9353a
Octal13421031567420243316572
Binary1011100100010001100110111011110001001010011011001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C88CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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