Html Css Color HEX #5471CA Havelock Blue

📋 copy color: '#5471CA'

red 84 ◦ green 113 ◦ blue 202

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

Shades of Havelock Blue #5471CA

Tints of Havelock Blue #5471CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.63%

R = 21.05%
G = 28.32%
B = 50.63%

CMYK

 C value IS 0.58

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5471CA (or 0x5471CA) is known color: Havelock Blue. HEX triplet: 54, 71 and CA. RGB value is (84,113,202). Sum of RGB (Red+Green+Blue) = 84+113+202=399 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.05% from 399); Green value is 113 (44.53% from 255 or 28.32% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #5471CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5471CA is #AB8E35. Grayscale: #727272. Windows color (decimal): -11243062 or 13267284. OLE color: 13267284.

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

Color convert

RGB 84 113 202 -
CMYK 0.58 0.44 0 0.21
HSL 225.25º 0.53% 0.56% -
HSV(B) 225.25º 0.58% 0.79% -
XYZ 20.22 17.96 58.28 -
YUV 114.48 177.39 106.26 -
System Red Green Blue C M Y K H S L
Decimal 84 113 202 0.58 0.44 0 0.21 225.25 0.53 0.56
Hex 54 71 CA 3A 2C 0 15 E1 35 38
Octal 124 161 312 72 54 0 25 341 65 70
Binary 1010100 1110001 11001010 111010 101100 0 10101 11100001 110101 111000

Color Harmonies of #5471CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5471CA

Black with #5471CA

Text Example


Text Example

White with #5471CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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