#5474BC

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

Shades of Havelock Blue #5474BC

Tints of Havelock Blue #5474BC

Color information

#5474BC (or 0x5474BC) is unknown color: approx Havelock Blue. HEX triplet: 54, 74 and BC. RGB value is (84,116,188). Sum of RGB (Red+Green+Blue) = 84+116+188=388 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.65% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #5474BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5474BC is #AB8B43. Grayscale: #727272. Windows color (decimal): -11242308 or 12350548. OLE color: 12350548.

HSL color Cylindrical-coordinate representation of color #5474BC: hue angle of 221.54º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5474BC is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB84116188-
CMYK0.550.3800.26
HSL221.54º43.7%53.33%-
HSV(B)221.54º55.32%73.73%-
XYZ18.9818.0150.05-
YUV114.64169.4106.15-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.65%
GREEN value IS 116 (45.70% from 255) = 29.90%
BLUE value IS 188 (73.83% from 255) = 48.45%
R=21.65%
G=29.90%
B=48.45%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal841161880.550.3800.26221.5443.753.33
Hex5474BC372601Ade2c35
Octal12416427467460323365465
Binary101010011101001011110011011110011001101011011110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5474BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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