#5476BB

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

Shades of Havelock Blue #5476BB

Tints of Havelock Blue #5476BB

Color information

#5476BB (or 0x5476BB) is unknown color: approx Havelock Blue. HEX triplet: 54, 76 and BB. RGB value is (84,118,187). Sum of RGB (Red+Green+Blue) = 84+118+187=389 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.59% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 187 (73.44% from 255 or 48.07% from 389); Max value from RGB is 187 - color contains mainly: blue. Hex color #5476BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5476BB is #AB8944. Grayscale: #737373. Windows color (decimal): -11241797 or 12285524. OLE color: 12285524.

HSL color Cylindrical-coordinate representation of color #5476BB: hue angle of 220.19º degrees, saturation: 0.43, 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 #5476BB is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB84118187-
CMYK0.550.3700.27
HSL220.19º43.1%53.14%-
HSV(B)220.19º55.08%73.33%-
XYZ19.118.4349.56-
YUV115.7168.24105.39-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.59%
GREEN value IS 118 (46.48% from 255) = 30.33%
BLUE value IS 187 (73.44% from 255) = 48.07%
R=21.59%
G=30.33%
B=48.07%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal841181870.550.3700.27220.1943.153.14
Hex5476BB372501Bdc2b35
Octal12416627367450333345365
Binary101010011101101011101111011110010101101111011100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5476BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5476BB; }

 p { color: rgb(84,118,187); }

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

<style>
 a { background-color: #5476BB; }

 a { background-color: rgb(84,118,187); }

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

<style>
 span { border-color: #5476BB; }

 span { border-color: rgb(84,118,187); }

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