Html Css Color HEX #5473BC Havelock Blue

📋 copy color: '#5473BC'

red 84 ◦ green 115 ◦ blue 188

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

Shades of Havelock Blue #5473BC

Tints of Havelock Blue #5473BC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.72%

 BLUE value IS 188 (73.83% from 255) = 48.58%

R = 21.71%
G = 29.72%
B = 48.58%

CMYK

 C value IS 0.55

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5473BC (or 0x5473BC) is known color: Havelock Blue. HEX triplet: 54, 73 and BC. RGB value is (84,115,188). Sum of RGB (Red+Green+Blue) = 84+115+188=387 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.71% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #5473BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5473BC is #AB8C43. Grayscale: #717171. Windows color (decimal): -11242564 or 12350292. OLE color: 12350292.

HSL color Cylindrical-coordinate representation of color #5473BC: hue angle of 222.12º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5473BC is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 84 115 188 -
CMYK 0.55 0.39 0 0.26
HSL 222.12º 0.44% 0.53% -
HSV(B) 222.12º 0.55% 0.74% -
XYZ 18.86 17.78 50.01 -
YUV 114.05 169.73 106.56 -
System Red Green Blue C M Y K H S L
Decimal 84 115 188 0.55 0.39 0 0.26 222.12 0.44 0.53
Hex 54 73 BC 37 27 0 1A DE 2C 35
Octal 124 163 274 67 47 0 32 336 54 65
Binary 1010100 1110011 10111100 110111 100111 0 11010 11011110 101100 110101

Color Harmonies of #5473BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5473BC

Black with #5473BC

Text Example


Text Example

White with #5473BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5473BC; }

 p { color: rgb(84,115,188); }

 H1.HeaderClassName
 {
   color: #5473BC;
 }
 .AnyTagClassName
 {
   color: #5473BC;
 }
</style>

background-color css

<style>
 a { background-color: #5473BC; }

 a { background-color: rgb(84,115,188); }

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

border-color css

<style>
 span { border-color: #5473BC; }

 span { border-color: rgb(84,115,188); }

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