Html Css Color HEX #5476BC Havelock Blue

📋 copy color: '#5476BC'

red 84 ◦ green 118 ◦ blue 188

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

Shades of Havelock Blue #5476BC

Tints of Havelock Blue #5476BC

RGB

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

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

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

R = 21.54%
G = 30.26%
B = 48.21%

CMYK

 C value IS 0.55

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5476BC (or 0x5476BC) is known color: Havelock Blue. HEX triplet: 54, 76 and BC. RGB value is (84,118,188). Sum of RGB (Red+Green+Blue) = 84+118+188=390 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.54% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #5476BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5476BC is #AB8943. Grayscale: #737373. Windows color (decimal): -11241796 or 12351060. OLE color: 12351060.

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

Color convert

RGB 84 118 188 -
CMYK 0.55 0.37 0 0.26
HSL 220.38º 0.44% 0.53% -
HSV(B) 220.38º 0.55% 0.74% -
XYZ 19.21 18.47 50.13 -
YUV 115.81 168.74 105.31 -
System Red Green Blue C M Y K H S L
Decimal 84 118 188 0.55 0.37 0 0.26 220.38 0.44 0.53
Hex 54 76 BC 37 25 0 1A DC 2C 35
Octal 124 166 274 67 45 0 32 334 54 65
Binary 1010100 1110110 10111100 110111 100101 0 11010 11011100 101100 110101

Color Harmonies of #5476BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5476BC

Black with #5476BC

Text Example


Text Example

White with #5476BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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