#5474C0

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

Shades of Havelock Blue #5474C0

Tints of Havelock Blue #5474C0

Color information

#5474C0 (or 0x5474C0) is unknown color: approx Havelock Blue. HEX triplet: 54, 74 and C0. RGB value is (84,116,192). Sum of RGB (Red+Green+Blue) = 84+116+192=392 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.43% from 392); Green value is 116 (45.70% from 255 or 29.59% from 392); Blue value is 192 (75.39% from 255 or 48.98% from 392); Max value from RGB is 192 - color contains mainly: blue. Hex color #5474C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5474C0 is #AB8B3F. Grayscale: #727272. Windows color (decimal): -11242304 or 12612692. OLE color: 12612692.

HSL color Cylindrical-coordinate representation of color #5474C0: hue angle of 222.22º degrees, saturation: 0.46, 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 #5474C0 is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB84116192-
CMYK0.560.4000.25
HSL222.22º46.15%54.12%-
HSV(B)222.22º56.25%75.29%-
XYZ19.4218.1852.36-
YUV115.1171.4105.82-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.43%
GREEN value IS 116 (45.70% from 255) = 29.59%
BLUE value IS 192 (75.39% from 255) = 48.98%
R=21.43%
G=29.59%
B=48.98%

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
Decimal841161920.560.4000.25222.2246.1554.12
Hex5474C03828019de2e36
Octal12416430070500313365666
Binary101010011101001100000011100010100001100111011110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5474C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5474C0; }

 p { color: rgb(84,116,192); }

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

<style>
 a { background-color: #5474C0; }

 a { background-color: rgb(84,116,192); }

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

<style>
 span { border-color: #5474C0; }

 span { border-color: rgb(84,116,192); }

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