#5476C2

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

Shades of Havelock Blue #5476C2

Tints of Havelock Blue #5476C2

Color information

#5476C2 (or 0x5476C2) is unknown color: approx Havelock Blue. HEX triplet: 54, 76 and C2. RGB value is (84,118,194). Sum of RGB (Red+Green+Blue) = 84+118+194=396 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.21% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 194 (76.17% from 255 or 48.99% from 396); Max value from RGB is 194 - color contains mainly: blue. Hex color #5476C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5476C2 is #AB893D. Grayscale: #747474. Windows color (decimal): -11241790 or 12744276. OLE color: 12744276.

HSL color Cylindrical-coordinate representation of color #5476C2: hue angle of 221.45º 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 #5476C2 is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB84118194-
CMYK0.570.3900.24
HSL221.45º47.41%54.51%-
HSV(B)221.45º56.7%76.08%-
XYZ19.8718.7453.61-
YUV116.5171.74104.82-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.21%
GREEN value IS 118 (46.48% from 255) = 29.80%
BLUE value IS 194 (76.17% from 255) = 48.99%
R=21.21%
G=29.80%
B=48.99%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal841181940.570.3900.24221.4547.4154.51
Hex5476C23927018dd2f37
Octal12416630271470303355767
Binary101010011101101100001011100110011101100011011101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5476C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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