#5488D5

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

Shades of Havelock Blue #5488D5

Tints of Havelock Blue #5488D5

Color information

#5488D5 (or 0x5488D5) is unknown color: approx Havelock Blue. HEX triplet: 54, 88 and D5. RGB value is (84,136,213). Sum of RGB (Red+Green+Blue) = 84+136+213=433 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.40% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 213 (83.59% from 255 or 49.19% from 433); Max value from RGB is 213 - color contains mainly: blue. Hex color #5488D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5488D5 is #AB772A. Grayscale: #808080. Windows color (decimal): -11237163 or 13994068. OLE color: 13994068.

HSL color Cylindrical-coordinate representation of color #5488D5: hue angle of 215.81º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5488D5 is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB84136213-
CMYK0.610.3600.16
HSL215.81º60.56%58.24%-
HSV(B)215.81º60.56%83.53%-
XYZ24.4724.366.35-
YUV129.23175.2795.74-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.40%
GREEN value IS 136 (53.52% from 255) = 31.41%
BLUE value IS 213 (83.59% from 255) = 49.19%
R=19.40%
G=31.41%
B=49.19%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal841362130.610.3600.16215.8160.5658.24
Hex5488D53D24010d83d3a
Octal12421032575440203307572
Binary1010100100010001101010111110110010001000011011000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5488D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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