#5D87CB

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

Shades of Havelock Blue #5D87CB

Tints of Havelock Blue #5D87CB

Color information

#5D87CB (or 0x5D87CB) is unknown color: approx Havelock Blue. HEX triplet: 5D, 87 and CB. RGB value is (93,135,203). Sum of RGB (Red+Green+Blue) = 93+135+203=431 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.58% from 431); Green value is 135 (53.12% from 255 or 31.32% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #5D87CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D87CB is #A27834. Grayscale: #818181. Windows color (decimal): -10647605 or 13338461. OLE color: 13338461.

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

Color convert

RGB93135203-
CMYK0.540.3300.20
HSL217.09º51.4%58.04%-
HSV(B)217.09º54.19%79.61%-
XYZ23.9623.9759.86-
YUV130.19169.09101.47-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.58%
GREEN value IS 135 (53.12% from 255) = 31.32%
BLUE value IS 203 (79.69% from 255) = 47.10%
R=21.58%
G=31.32%
B=47.10%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal931352030.540.3300.20217.0951.458.04
Hex5D87CB3621014d9333a
Octal13520731366410243316372
Binary1011101100001111100101111011010000101010011011001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D87CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,135,203); }

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

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

 a { background-color: rgb(93,135,203); }

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

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

 span { border-color: rgb(93,135,203); }

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