Html Css Color HEX #5471BD Havelock Blue

📋 copy color: '#5471BD'

red 84 ◦ green 113 ◦ blue 189

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

Shades of Havelock Blue #5471BD

Tints of Havelock Blue #5471BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.96%

R = 21.76%
G = 29.27%
B = 48.96%

CMYK

 C value IS 0.56

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5471BD (or 0x5471BD) is known color: Havelock Blue. HEX triplet: 54, 71 and BD. RGB value is (84,113,189). Sum of RGB (Red+Green+Blue) = 84+113+189=386 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.76% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 189 (74.22% from 255 or 48.96% from 386); Max value from RGB is 189 - color contains mainly: blue. Hex color #5471BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5471BD is #AB8E42. Grayscale: #707070. Windows color (decimal): -11243075 or 12415316. OLE color: 12415316.

HSL color Cylindrical-coordinate representation of color #5471BD: hue angle of 223.43º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5471BD is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 84 113 189 -
CMYK 0.56 0.40 0 0.26
HSL 223.43º 0.44% 0.54% -
HSV(B) 223.43º 0.56% 0.74% -
XYZ 18.75 17.37 50.51 -
YUV 112.99 170.89 107.32 -
System Red Green Blue C M Y K H S L
Decimal 84 113 189 0.56 0.40 0 0.26 223.43 0.44 0.54
Hex 54 71 BD 38 28 0 1A DF 2C 36
Octal 124 161 275 70 50 0 32 337 54 66
Binary 1010100 1110001 10111101 111000 101000 0 11010 11011111 101100 110110

Color Harmonies of #5471BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5471BD

Black with #5471BD

Text Example


Text Example

White with #5471BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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