#5488db

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

Shades of Havelock Blue #5488DB

Tints of Havelock Blue #5488DB

Color information

#5488DB (or 0x5488DB) is unknown color: approx Havelock Blue. HEX triplet: 54, 88 and DB. RGB value is (84,136,219). Sum of RGB (Red+Green+Blue) = 84+136+219=439 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.13% from 439); Green value is 136 (53.52% from 255 or 30.98% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #5488DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5488DB is #AB7724. Grayscale: #818181. Windows color (decimal): -11237157 or 14387284. OLE color: 14387284.

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

Color convert

RGB84136219-
CMYK0.620.3800.14
HSL216.89º65.22%59.41%-
HSV(B)216.89º61.64%85.88%-
XYZ25.2524.6170.44-
YUV129.91178.2795.25-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.13%
GREEN value IS 136 (53.52% from 255) = 30.98%
BLUE value IS 219 (85.94% from 255) = 49.89%
R=19.13%
G=30.98%
B=49.89%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal841362190.620.3800.14216.8965.2259.41
Hex5488DB3E260Ed9413b
Octal124210333764601633110173
Binary1010100100010001101101111111010011001110110110011000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5488db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5488db; }

 p { color: rgb(84,136,219); }

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

<style>
 a { background-color: #5488db; }

 a { background-color: rgb(84,136,219); }

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

<style>
 span { border-color: #5488db; }

 span { border-color: rgb(84,136,219); }

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