Html Css Color HEX #5476C2 Havelock Blue

📋 copy color: '#5476C2'

red 84 ◦ green 118 ◦ blue 194

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

Shades of Havelock Blue #5476C2

Tints of Havelock Blue #5476C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 48.99%

R = 21.21%
G = 29.8%
B = 48.99%

CMYK

 C value IS 0.57

 M value IS 0.39

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#5476C2 (or 0x5476C2) is known color: Havelock Blue. HEX triplet: 54, 76 and C2. RGB value is (84,118,194). Sum of RGB (Red+Green+Blue) = 84+118+194=396 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.21% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 194 (76.17% from 255 or 48.99% from 396); Max value from RGB is 194 - color contains mainly: blue. Hex color #5476C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5476C2 is #AB893D. Grayscale: #747474. Windows color (decimal): -11241790 or 12744276. OLE color: 12744276.

HSL color Cylindrical-coordinate representation of color #5476C2: hue angle of 221.45º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5476C2 is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 84 118 194 -
CMYK 0.57 0.39 0 0.24
HSL 221.45º 0.47% 0.55% -
HSV(B) 221.45º 0.57% 0.76% -
XYZ 19.87 18.74 53.61 -
YUV 116.5 171.74 104.82 -
System Red Green Blue C M Y K H S L
Decimal 84 118 194 0.57 0.39 0 0.24 221.45 0.47 0.55
Hex 54 76 C2 39 27 0 18 DD 2F 37
Octal 124 166 302 71 47 0 30 335 57 67
Binary 1010100 1110110 11000010 111001 100111 0 11000 11011101 101111 110111

Color Harmonies of #5476C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5476C2

Black with #5476C2

Text Example


Text Example

White with #5476C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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