#5477BD

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

Shades of Havelock Blue #5477BD

Tints of Havelock Blue #5477BD

Color information

#5477BD (or 0x5477BD) is unknown color: approx Havelock Blue. HEX triplet: 54, 77 and BD. RGB value is (84,119,189). Sum of RGB (Red+Green+Blue) = 84+119+189=392 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.43% from 392); Green value is 119 (46.88% from 255 or 30.36% from 392); Blue value is 189 (74.22% from 255 or 48.21% from 392); Max value from RGB is 189 - color contains mainly: blue. Hex color #5477BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5477BD is #AB8842. Grayscale: #747474. Windows color (decimal): -11241539 or 12416852. OLE color: 12416852.

HSL color Cylindrical-coordinate representation of color #5477BD: hue angle of 220º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5477BD is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB84119189-
CMYK0.560.3700.26
HSL220º44.3%53.53%-
HSV(B)220º55.56%74.12%-
XYZ19.4418.7550.74-
YUV116.51168.9104.81-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.43%
GREEN value IS 119 (46.88% from 255) = 30.36%
BLUE value IS 189 (74.22% from 255) = 48.21%
R=21.43%
G=30.36%
B=48.21%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal841191890.560.3700.2622044.353.53
Hex5477BD382501Adc2c36
Octal12416727570450323345466
Binary101010011101111011110111100010010101101011011100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5477BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5477BD; }

 p { color: rgb(84,119,189); }

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

<style>
 a { background-color: #5477BD; }

 a { background-color: rgb(84,119,189); }

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

<style>
 span { border-color: #5477BD; }

 span { border-color: rgb(84,119,189); }

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