#5288cf

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

Shades of Havelock Blue #5288CF

Tints of Havelock Blue #5288CF

Color information

#5288CF (or 0x5288CF) is unknown color: approx Havelock Blue. HEX triplet: 52, 88 and CF. RGB value is (82,136,207). Sum of RGB (Red+Green+Blue) = 82+136+207=425 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.29% from 425); Green value is 136 (53.52% from 255 or 32% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #5288CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5288CF is #AD7730. Grayscale: #7F7F7F. Windows color (decimal): -11368241 or 13600850. OLE color: 13600850.

HSL color Cylindrical-coordinate representation of color #5288CF: hue angle of 214.08º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5288CF is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB82136207-
CMYK0.600.3400.19
HSL214.08º56.56%56.67%-
HSV(B)214.08º60.39%81.18%-
XYZ23.5523.9162.41-
YUV127.95172.6195.23-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.29%
GREEN value IS 136 (53.52% from 255) = 32%
BLUE value IS 207 (81.25% from 255) = 48.71%
R=19.29%
G=32%
B=48.71%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal821362070.600.3400.19214.0856.5656.67
Hex5288CF3C22013d63939
Octal12221031774420233267171
Binary1010010100010001100111111110010001001001111010110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5288cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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