Html Css Color HEX #5471C0 Havelock Blue

📋 copy color: '#5471C0'

red 84 ◦ green 113 ◦ blue 192

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

Shades of Havelock Blue #5471C0

Tints of Havelock Blue #5471C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 49.36%

R = 21.59%
G = 29.05%
B = 49.36%

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

#5471C0 (or 0x5471C0) is known color: Havelock Blue. HEX triplet: 54, 71 and C0. RGB value is (84,113,192). Sum of RGB (Red+Green+Blue) = 84+113+192=389 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.59% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 192 (75.39% from 255 or 49.36% from 389); Max value from RGB is 192 - color contains mainly: blue. Hex color #5471C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5471C0 is #AB8E3F. Grayscale: #707070. Windows color (decimal): -11243072 or 12611924. OLE color: 12611924.

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

Color convert

RGB 84 113 192 -
CMYK 0.56 0.41 0 0.25
HSL 223.89º 0.46% 0.54% -
HSV(B) 223.89º 0.56% 0.75% -
XYZ 19.08 17.5 52.24 -
YUV 113.34 172.39 107.08 -
System Red Green Blue C M Y K H S L
Decimal 84 113 192 0.56 0.41 0 0.25 223.89 0.46 0.54
Hex 54 71 C0 38 29 0 19 E0 2E 36
Octal 124 161 300 70 51 0 31 340 56 66
Binary 1010100 1110001 11000000 111000 101001 0 11001 11100000 101110 110110

Color Harmonies of #5471C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5471C0

Black with #5471C0

Text Example


Text Example

White with #5471C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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