Html Css Color HEX #5476BB Havelock Blue

📋 copy color: '#5476BB'

red 84 ◦ green 118 ◦ blue 187

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

Shades of Havelock Blue #5476BB

Tints of Havelock Blue #5476BB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.33%

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

R = 21.59%
G = 30.33%
B = 48.07%

CMYK

 C value IS 0.55

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5476BB (or 0x5476BB) is known color: Havelock Blue. HEX triplet: 54, 76 and BB. RGB value is (84,118,187). Sum of RGB (Red+Green+Blue) = 84+118+187=389 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.59% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 187 (73.44% from 255 or 48.07% from 389); Max value from RGB is 187 - color contains mainly: blue. Hex color #5476BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5476BB is #AB8944. Grayscale: #737373. Windows color (decimal): -11241797 or 12285524. OLE color: 12285524.

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

Color convert

RGB 84 118 187 -
CMYK 0.55 0.37 0 0.27
HSL 220.19º 0.43% 0.53% -
HSV(B) 220.19º 0.55% 0.73% -
XYZ 19.1 18.43 49.56 -
YUV 115.7 168.24 105.39 -
System Red Green Blue C M Y K H S L
Decimal 84 118 187 0.55 0.37 0 0.27 220.19 0.43 0.53
Hex 54 76 BB 37 25 0 1B DC 2B 35
Octal 124 166 273 67 45 0 33 334 53 65
Binary 1010100 1110110 10111011 110111 100101 0 11011 11011100 101011 110101

Color Harmonies of #5476BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5476BB

Black with #5476BB

Text Example


Text Example

White with #5476BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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