#5476C5

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

Shades of Havelock Blue #5476C5

Tints of Havelock Blue #5476C5

Color information

#5476C5 (or 0x5476C5) is unknown color: approx Havelock Blue. HEX triplet: 54, 76 and C5. RGB value is (84,118,197). Sum of RGB (Red+Green+Blue) = 84+118+197=399 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.05% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 197 (77.34% from 255 or 49.37% from 399); Max value from RGB is 197 - color contains mainly: blue. Hex color #5476C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5476C5 is #AB893A. Grayscale: #747474. Windows color (decimal): -11241787 or 12940884. OLE color: 12940884.

HSL color Cylindrical-coordinate representation of color #5476C5: hue angle of 221.95º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5476C5 is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB84118197-
CMYK0.570.4000.23
HSL221.95º49.34%55.1%-
HSV(B)221.95º57.36%77.25%-
XYZ20.2118.8755.4-
YUV116.84173.24104.58-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.05%
GREEN value IS 118 (46.48% from 255) = 29.57%
BLUE value IS 197 (77.34% from 255) = 49.37%
R=21.05%
G=29.57%
B=49.37%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal841181970.570.4000.23221.9549.3455.1
Hex5476C53928017de3137
Octal12416630571500273366167
Binary101010011101101100010111100110100001011111011110110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5476C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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