Html Css Color HEX #5477BF Havelock Blue

📋 copy color: '#5477BF'

red 84 ◦ green 119 ◦ blue 191

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

Shades of Havelock Blue #5477BF

Tints of Havelock Blue #5477BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.48%

R = 21.32%
G = 30.2%
B = 48.48%

CMYK

 C value IS 0.56

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5477BF (or 0x5477BF) is known color: Havelock Blue. HEX triplet: 54, 77 and BF. RGB value is (84,119,191). Sum of RGB (Red+Green+Blue) = 84+119+191=394 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.32% from 394); Green value is 119 (46.88% from 255 or 30.20% from 394); Blue value is 191 (75% from 255 or 48.48% from 394); Max value from RGB is 191 - color contains mainly: blue. Hex color #5477BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5477BF is #AB8840. Grayscale: #747474. Windows color (decimal): -11241537 or 12547924. OLE color: 12547924.

HSL color Cylindrical-coordinate representation of color #5477BF: hue angle of 220.37º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5477BF is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 84 119 191 -
CMYK 0.56 0.38 0 0.25
HSL 220.37º 0.46% 0.54% -
HSV(B) 220.37º 0.56% 0.75% -
XYZ 19.66 18.84 51.89 -
YUV 116.74 169.9 104.65 -
System Red Green Blue C M Y K H S L
Decimal 84 119 191 0.56 0.38 0 0.25 220.37 0.46 0.54
Hex 54 77 BF 38 26 0 19 DC 2E 36
Octal 124 167 277 70 46 0 31 334 56 66
Binary 1010100 1110111 10111111 111000 100110 0 11001 11011100 101110 110110

Color Harmonies of #5477BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5477BF

Black with #5477BF

Text Example


Text Example

White with #5477BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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