#5471C2

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

Shades of Havelock Blue #5471C2

Tints of Havelock Blue #5471C2

Color information

#5471C2 (or 0x5471C2) is unknown color: approx Havelock Blue. HEX triplet: 54, 71 and C2. RGB value is (84,113,194). Sum of RGB (Red+Green+Blue) = 84+113+194=391 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.48% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 194 (76.17% from 255 or 49.62% from 391); Max value from RGB is 194 - color contains mainly: blue. Hex color #5471C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5471C2 is #AB8E3D. Grayscale: #717171. Windows color (decimal): -11243070 or 12742996. OLE color: 12742996.

HSL color Cylindrical-coordinate representation of color #5471C2: hue angle of 224.18º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5471C2 is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB84113194-
CMYK0.570.4200.24
HSL224.18º47.41%54.51%-
HSV(B)224.18º56.7%76.08%-
XYZ19.317.5953.42-
YUV113.56173.39106.91-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.48%
GREEN value IS 113 (44.53% from 255) = 28.90%
BLUE value IS 194 (76.17% from 255) = 49.62%
R=21.48%
G=28.90%
B=49.62%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal841131940.570.4200.24224.1847.4154.51
Hex5471C2392A018e02f37
Octal12416130271520303405767
Binary101010011100011100001011100110101001100011100000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5471C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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