Html Css Color HEX #5471BE Havelock Blue

📋 copy color: '#5471BE'

red 84 ◦ green 113 ◦ blue 190

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

Shades of Havelock Blue #5471BE

Tints of Havelock Blue #5471BE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.2%

 BLUE value IS 190 (74.61% from 255) = 49.1%

R = 21.71%
G = 29.2%
B = 49.1%

CMYK

 C value IS 0.56

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5471BE (or 0x5471BE) is known color: Havelock Blue. HEX triplet: 54, 71 and BE. RGB value is (84,113,190). Sum of RGB (Red+Green+Blue) = 84+113+190=387 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.71% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #5471BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5471BE is #AB8E41. Grayscale: #707070. Windows color (decimal): -11243074 or 12480852. OLE color: 12480852.

HSL color Cylindrical-coordinate representation of color #5471BE: hue angle of 223.58º degrees, saturation: 0.45, 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 #5471BE is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 84 113 190 -
CMYK 0.56 0.41 0 0.25
HSL 223.58º 0.45% 0.54% -
HSV(B) 223.58º 0.56% 0.75% -
XYZ 18.86 17.41 51.08 -
YUV 113.11 171.39 107.24 -
System Red Green Blue C M Y K H S L
Decimal 84 113 190 0.56 0.41 0 0.25 223.58 0.45 0.54
Hex 54 71 BE 38 29 0 19 E0 2D 36
Octal 124 161 276 70 51 0 31 340 55 66
Binary 1010100 1110001 10111110 111000 101001 0 11001 11100000 101101 110110

Color Harmonies of #5471BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5471BE

Black with #5471BE

Text Example


Text Example

White with #5471BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5471BE; }

 p { color: rgb(84,113,190); }

 H1.HeaderClassName
 {
   color: #5471BE;
 }
 .AnyTagClassName
 {
   color: #5471BE;
 }
</style>

background-color css

<style>
 a { background-color: #5471BE; }

 a { background-color: rgb(84,113,190); }

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

border-color css

<style>
 span { border-color: #5471BE; }

 span { border-color: rgb(84,113,190); }

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