#5471CD

Color #5471CD Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #5471CD

Tints of Havelock Blue #5471CD

Color information

#5471CD (or 0x5471CD) is unknown color: approx Havelock Blue. HEX triplet: 54, 71 and CD. RGB value is (84,113,205). Sum of RGB (Red+Green+Blue) = 84+113+205=402 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.90% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #5471CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5471CD is #AB8E32. Grayscale: #727272. Windows color (decimal): -11243059 or 13463892. OLE color: 13463892.

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

Color convert

RGB84113205-
CMYK0.590.4500.20
HSL225.62º54.75%56.67%-
HSV(B)225.62º59.02%80.39%-
XYZ20.5818.160.17-
YUV114.82178.89106.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.90%
GREEN value IS 113 (44.53% from 255) = 28.11%
BLUE value IS 205 (80.47% from 255) = 51.00%
R=20.90%
G=28.11%
B=51.00%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal841132050.590.4500.20225.6254.7556.67
Hex5471CD3B2D014e23739
Octal12416131573550243426771
Binary101010011100011100110111101110110101010011100010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5471CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5471CD;
 }
 .AnyTagClassName
 {
   color: #5471CD;
 }
</style>
background-color css

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

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

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

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

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

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