#5479C4

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

Shades of Havelock Blue #5479C4

Tints of Havelock Blue #5479C4

Color information

#5479C4 (or 0x5479C4) is unknown color: approx Havelock Blue. HEX triplet: 54, 79 and C4. RGB value is (84,121,196). Sum of RGB (Red+Green+Blue) = 84+121+196=401 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.95% from 401); Green value is 121 (47.66% from 255 or 30.17% from 401); Blue value is 196 (76.95% from 255 or 48.88% from 401); Max value from RGB is 196 - color contains mainly: blue. Hex color #5479C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5479C4 is #AB863B. Grayscale: #767676. Windows color (decimal): -11241020 or 12876116. OLE color: 12876116.

HSL color Cylindrical-coordinate representation of color #5479C4: hue angle of 220.18º 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 #5479C4 is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB84121196-
CMYK0.570.3800.23
HSL220.18º48.7%54.9%-
HSV(B)220.18º57.14%76.86%-
XYZ20.4619.5554.92-
YUV118.49171.74103.4-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.95%
GREEN value IS 121 (47.66% from 255) = 30.17%
BLUE value IS 196 (76.95% from 255) = 48.88%
R=20.95%
G=30.17%
B=48.88%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal841211960.570.3800.23220.1848.754.9
Hex5479C43926017dc3137
Octal12417130471460273346167
Binary101010011110011100010011100110011001011111011100110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5479C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5479C4; }

 p { color: rgb(84,121,196); }

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

<style>
 a { background-color: #5479C4; }

 a { background-color: rgb(84,121,196); }

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

<style>
 span { border-color: #5479C4; }

 span { border-color: rgb(84,121,196); }

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