Html Css Color HEX #5471CB Havelock Blue

📋 copy color: '#5471CB'

red 84 ◦ green 113 ◦ blue 203

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

Shades of Havelock Blue #5471CB

Tints of Havelock Blue #5471CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.75%

R = 21%
G = 28.25%
B = 50.75%

CMYK

 C value IS 0.59

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5471CB (or 0x5471CB) is known color: Havelock Blue. HEX triplet: 54, 71 and CB. RGB value is (84,113,203). Sum of RGB (Red+Green+Blue) = 84+113+203=400 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21% from 400); Green value is 113 (44.53% from 255 or 28.25% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #5471CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5471CB is #AB8E34. Grayscale: #727272. Windows color (decimal): -11243061 or 13332820. OLE color: 13332820.

HSL color Cylindrical-coordinate representation of color #5471CB: hue angle of 225.38º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5471CB is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 84 113 203 -
CMYK 0.59 0.44 0 0.20
HSL 225.38º 0.53% 0.56% -
HSV(B) 225.38º 0.59% 0.8% -
XYZ 20.34 18.01 58.9 -
YUV 114.59 177.89 106.18 -
System Red Green Blue C M Y K H S L
Decimal 84 113 203 0.59 0.44 0 0.20 225.38 0.53 0.56
Hex 54 71 CB 3B 2C 0 14 E1 35 38
Octal 124 161 313 73 54 0 24 341 65 70
Binary 1010100 1110001 11001011 111011 101100 0 10100 11100001 110101 111000

Color Harmonies of #5471CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5471CB

Black with #5471CB

Text Example


Text Example

White with #5471CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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