#5A87CB

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

Shades of Havelock Blue #5A87CB

Tints of Havelock Blue #5A87CB

Color information

#5A87CB (or 0x5A87CB) is unknown color: approx Havelock Blue. HEX triplet: 5A, 87 and CB. RGB value is (90,135,203). Sum of RGB (Red+Green+Blue) = 90+135+203=428 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.03% from 428); Green value is 135 (53.12% from 255 or 31.54% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #5A87CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A87CB is #A57834. Grayscale: #808080. Windows color (decimal): -10844213 or 13338458. OLE color: 13338458.

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

Color convert

RGB90135203-
CMYK0.560.3300.20
HSL216.11º52.07%57.45%-
HSV(B)216.11º55.67%79.61%-
XYZ23.6623.8159.85-
YUV129.3169.5999.97-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.03%
GREEN value IS 135 (53.12% from 255) = 31.54%
BLUE value IS 203 (79.69% from 255) = 47.43%
R=21.03%
G=31.54%
B=47.43%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal901352030.560.3300.20216.1152.0757.45
Hex5A87CB3821014d83439
Octal13220731370410243306471
Binary1011010100001111100101111100010000101010011011000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A87CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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