Html Css Color HEX #5477BA Havelock Blue

📋 copy color: '#5477BA'

red 84 ◦ green 119 ◦ blue 186

#5477BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #5477BA

Tints of Havelock Blue #5477BA

RGB

 RED value IS 84 (33.2% from 255) = 21.59%

 GREEN value IS 119 (46.88% from 255) = 30.59%

 BLUE value IS 186 (73.05% from 255) = 47.81%

R = 21.59%
G = 30.59%
B = 47.81%

CMYK

 C value IS 0.55

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5477BA (or 0x5477BA) is known color: Havelock Blue. HEX triplet: 54, 77 and BA. RGB value is (84,119,186). Sum of RGB (Red+Green+Blue) = 84+119+186=389 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.59% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #5477BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5477BA is #AB8845. Grayscale: #737373. Windows color (decimal): -11241542 or 12220244. OLE color: 12220244.

HSL color Cylindrical-coordinate representation of color #5477BA: hue angle of 219.41º 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 #5477BA is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 84 119 186 -
CMYK 0.55 0.36 0 0.27
HSL 219.41º 0.43% 0.53% -
HSV(B) 219.41º 0.55% 0.73% -
XYZ 19.12 18.62 49.04 -
YUV 116.17 167.4 105.05 -
System Red Green Blue C M Y K H S L
Decimal 84 119 186 0.55 0.36 0 0.27 219.41 0.43 0.53
Hex 54 77 BA 37 24 0 1B DB 2A 35
Octal 124 167 272 67 44 0 33 333 52 65
Binary 1010100 1110111 10111010 110111 100100 0 11011 11011011 101010 110101

Color Harmonies of #5477BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5477BA

Black with #5477BA

Text Example


Text Example

White with #5477BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5477BA;
 }
 .AnyTagClassName
 {
   color: #5477BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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