#5477B4

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

Shades of Havelock Blue #5477B4

Tints of Havelock Blue #5477B4

Color information

#5477B4 (or 0x5477B4) is unknown color: approx Havelock Blue. HEX triplet: 54, 77 and B4. RGB value is (84,119,180). Sum of RGB (Red+Green+Blue) = 84+119+180=383 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.93% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 180 (70.70% from 255 or 47.00% from 383); Max value from RGB is 180 - color contains mainly: blue. Hex color #5477B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5477B4 is #AB884B. Grayscale: #737373. Windows color (decimal): -11241548 or 11827028. OLE color: 11827028.

HSL color Cylindrical-coordinate representation of color #5477B4: hue angle of 218.12º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5477B4 is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB84119180-
CMYK0.530.3400.29
HSL218.12º39.02%51.76%-
HSV(B)218.12º53.33%70.59%-
XYZ18.4918.3745.75-
YUV115.49164.4105.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.93%
GREEN value IS 119 (46.88% from 255) = 31.07%
BLUE value IS 180 (70.70% from 255) = 47.00%
R=21.93%
G=31.07%
B=47.00%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal841191800.530.3400.29218.1239.0251.76
Hex5477B4352201Dda2734
Octal12416726465420353324764
Binary101010011101111011010011010110001001110111011010100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5477B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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