#5472BA

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

Shades of Havelock Blue #5472BA

Tints of Havelock Blue #5472BA

Color information

#5472BA (or 0x5472BA) is unknown color: approx Havelock Blue. HEX triplet: 54, 72 and BA. RGB value is (84,114,186). Sum of RGB (Red+Green+Blue) = 84+114+186=384 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.88% from 384); Green value is 114 (44.92% from 255 or 29.69% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #5472BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5472BA is #AB8D45. Grayscale: #707070. Windows color (decimal): -11242822 or 12218964. OLE color: 12218964.

HSL color Cylindrical-coordinate representation of color #5472BA: hue angle of 222.35º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5472BA is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB84114186-
CMYK0.550.3900.27
HSL222.35º42.5%52.94%-
HSV(B)222.35º54.84%72.94%-
XYZ18.5417.4648.85-
YUV113.24169.06107.15-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.88%
GREEN value IS 114 (44.92% from 255) = 29.69%
BLUE value IS 186 (73.05% from 255) = 48.44%
R=21.88%
G=29.69%
B=48.44%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal841141860.550.3900.27222.3542.552.94
Hex5472BA372701Bde2a35
Octal12416227267470333365265
Binary101010011100101011101011011110011101101111011110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5472BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5472BA; }

 p { color: rgb(84,114,186); }

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

<style>
 a { background-color: #5472BA; }

 a { background-color: rgb(84,114,186); }

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

<style>
 span { border-color: #5472BA; }

 span { border-color: rgb(84,114,186); }

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