#5287DB

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

Shades of Havelock Blue #5287DB

Tints of Havelock Blue #5287DB

Color information

#5287DB (or 0x5287DB) is unknown color: approx Havelock Blue. HEX triplet: 52, 87 and DB. RGB value is (82,135,219). Sum of RGB (Red+Green+Blue) = 82+135+219=436 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.81% from 436); Green value is 135 (53.12% from 255 or 30.96% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #5287DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5287DB is #AD7824. Grayscale: #808080. Windows color (decimal): -11368485 or 14387026. OLE color: 14387026.

HSL color Cylindrical-coordinate representation of color #5287DB: hue angle of 216.79º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5287DB is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB82135219-
CMYK0.630.3800.14
HSL216.79º65.55%59.02%-
HSV(B)216.79º62.56%85.88%-
XYZ24.9324.2470.38-
YUV128.73178.9494.67-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.81%
GREEN value IS 135 (53.12% from 255) = 30.96%
BLUE value IS 219 (85.94% from 255) = 50.23%
R=18.81%
G=30.96%
B=50.23%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal821352190.630.3800.14216.7965.5559.02
Hex5287DB3F260Ed9423b
Octal122207333774601633110273
Binary1010010100001111101101111111110011001110110110011000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5287DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5287DB; }

 p { color: rgb(82,135,219); }

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

<style>
 a { background-color: #5287DB; }

 a { background-color: rgb(82,135,219); }

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

<style>
 span { border-color: #5287DB; }

 span { border-color: rgb(82,135,219); }

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