#5288BF

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

Shades of Havelock Blue #5288BF

Tints of Havelock Blue #5288BF

Color information

#5288BF (or 0x5288BF) is unknown color: approx Havelock Blue. HEX triplet: 52, 88 and BF. RGB value is (82,136,191). Sum of RGB (Red+Green+Blue) = 82+136+191=409 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.05% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 191 - color contains mainly: blue. Hex color #5288BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5288BF is #AD7740. Grayscale: #7D7D7D. Windows color (decimal): -11368257 or 12552274. OLE color: 12552274.

HSL color Cylindrical-coordinate representation of color #5288BF: hue angle of 210.28º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5288BF is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB82136191-
CMYK0.570.2900.25
HSL210.28º45.99%53.53%-
HSV(B)210.28º57.07%74.9%-
XYZ21.6923.1652.62-
YUV126.12164.6196.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.05%
GREEN value IS 136 (53.52% from 255) = 33.25%
BLUE value IS 191 (75% from 255) = 46.70%
R=20.05%
G=33.25%
B=46.70%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal821361910.570.2900.25210.2845.9953.53
Hex5288BF391D019d22e36
Octal12221027771350313225666
Binary101001010001000101111111110011110101100111010010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5288BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5288BF; }

 p { color: rgb(82,136,191); }

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

<style>
 a { background-color: #5288BF; }

 a { background-color: rgb(82,136,191); }

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

<style>
 span { border-color: #5288BF; }

 span { border-color: rgb(82,136,191); }

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