Html Css Color HEX #5477BB Havelock Blue

📋 copy color: '#5477BB'

red 84 ◦ green 119 ◦ blue 187

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

Shades of Havelock Blue #5477BB

Tints of Havelock Blue #5477BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.95%

R = 21.54%
G = 30.51%
B = 47.95%

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

#5477BB (or 0x5477BB) is known color: Havelock Blue. HEX triplet: 54, 77 and BB. RGB value is (84,119,187). Sum of RGB (Red+Green+Blue) = 84+119+187=390 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.54% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 187 - color contains mainly: blue. Hex color #5477BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5477BB is #AB8844. Grayscale: #737373. Windows color (decimal): -11241541 or 12285780. OLE color: 12285780.

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

Color convert

RGB 84 119 187 -
CMYK 0.55 0.36 0 0.27
HSL 219.61º 0.43% 0.53% -
HSV(B) 219.61º 0.55% 0.73% -
XYZ 19.22 18.67 49.6 -
YUV 116.29 167.9 104.97 -
System Red Green Blue C M Y K H S L
Decimal 84 119 187 0.55 0.36 0 0.27 219.61 0.43 0.53
Hex 54 77 BB 37 24 0 1B DC 2B 35
Octal 124 167 273 67 44 0 33 334 53 65
Binary 1010100 1110111 10111011 110111 100100 0 11011 11011100 101011 110101

Color Harmonies of #5477BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5477BB

Black with #5477BB

Text Example


Text Example

White with #5477BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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