#5287BB

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

Shades of Havelock Blue #5287BB

Tints of Havelock Blue #5287BB

Color information

#5287BB (or 0x5287BB) is unknown color: approx Havelock Blue. HEX triplet: 52, 87 and BB. RGB value is (82,135,187). Sum of RGB (Red+Green+Blue) = 82+135+187=404 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.30% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 187 (73.44% from 255 or 46.29% from 404); Max value from RGB is 187 - color contains mainly: blue. Hex color #5287BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5287BB is #AD7844. Grayscale: #7C7C7C. Windows color (decimal): -11368517 or 12289874. OLE color: 12289874.

HSL color Cylindrical-coordinate representation of color #5287BB: hue angle of 209.71º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5287BB is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB82135187-
CMYK0.560.2800.27
HSL209.71º43.57%52.75%-
HSV(B)209.71º56.15%73.33%-
XYZ21.1122.7150.28-
YUV125.08162.9497.27-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.30%
GREEN value IS 135 (53.12% from 255) = 33.42%
BLUE value IS 187 (73.44% from 255) = 46.29%
R=20.30%
G=33.42%
B=46.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal821351870.560.2800.27209.7143.5752.75
Hex5287BB381C01Bd22c35
Octal12220727370340333225465
Binary101001010000111101110111110001110001101111010010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5287BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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