#5472BE

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

Shades of Havelock Blue #5472BE

Tints of Havelock Blue #5472BE

Color information

#5472BE (or 0x5472BE) is unknown color: approx Havelock Blue. HEX triplet: 54, 72 and BE. RGB value is (84,114,190). Sum of RGB (Red+Green+Blue) = 84+114+190=388 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.65% from 388); Green value is 114 (44.92% from 255 or 29.38% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 190 - color contains mainly: blue. Hex color #5472BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5472BE is #AB8D41. Grayscale: #717171. Windows color (decimal): -11242818 or 12481108. OLE color: 12481108.

HSL color Cylindrical-coordinate representation of color #5472BE: hue angle of 223.02º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5472BE is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB84114190-
CMYK0.560.4000.25
HSL223.02º44.92%53.73%-
HSV(B)223.02º55.79%74.51%-
XYZ18.9717.6451.12-
YUV113.69171.06106.82-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.65%
GREEN value IS 114 (44.92% from 255) = 29.38%
BLUE value IS 190 (74.61% from 255) = 48.97%
R=21.65%
G=29.38%
B=48.97%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal841141900.560.4000.25223.0244.9253.73
Hex5472BE3828019df2d36
Octal12416227670500313375566
Binary101010011100101011111011100010100001100111011111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5472BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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