#5479BF

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

Shades of Havelock Blue #5479BF

Tints of Havelock Blue #5479BF

Color information

#5479BF (or 0x5479BF) is unknown color: approx Havelock Blue. HEX triplet: 54, 79 and BF. RGB value is (84,121,191). Sum of RGB (Red+Green+Blue) = 84+121+191=396 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.21% from 396); Green value is 121 (47.66% from 255 or 30.56% from 396); Blue value is 191 (75% from 255 or 48.23% from 396); Max value from RGB is 191 - color contains mainly: blue. Hex color #5479BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5479BF is #AB8640. Grayscale: #757575. Windows color (decimal): -11241025 or 12548436. OLE color: 12548436.

HSL color Cylindrical-coordinate representation of color #5479BF: hue angle of 219.25º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5479BF is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB84121191-
CMYK0.560.3700.25
HSL219.25º45.53%53.92%-
HSV(B)219.25º56.02%74.9%-
XYZ19.919.3251.97-
YUV117.92169.24103.81-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.21%
GREEN value IS 121 (47.66% from 255) = 30.56%
BLUE value IS 191 (75% from 255) = 48.23%
R=21.21%
G=30.56%
B=48.23%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal841211910.560.3700.25219.2545.5353.92
Hex5479BF3825019db2e36
Octal12417127770450313335666
Binary101010011110011011111111100010010101100111011011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5479BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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