#5579BC

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

Shades of Havelock Blue #5579BC

Tints of Havelock Blue #5579BC

Color information

#5579BC (or 0x5579BC) is unknown color: approx Havelock Blue. HEX triplet: 55, 79 and BC. RGB value is (85,121,188). Sum of RGB (Red+Green+Blue) = 85+121+188=394 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.57% from 394); Green value is 121 (47.66% from 255 or 30.71% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #5579BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5579BC is #AA8643. Grayscale: #757575. Windows color (decimal): -11175492 or 12351829. OLE color: 12351829.

HSL color Cylindrical-coordinate representation of color #5579BC: hue angle of 219.03º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5579BC is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB85121188-
CMYK0.550.3600.26
HSL219.03º43.46%53.53%-
HSV(B)219.03º54.79%73.73%-
XYZ19.6619.2450.25-
YUV117.87167.57104.55-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.57%
GREEN value IS 121 (47.66% from 255) = 30.71%
BLUE value IS 188 (73.83% from 255) = 47.72%
R=21.57%
G=30.71%
B=47.72%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal851211880.550.3600.26219.0343.4653.53
Hex5579BC372401Adb2b36
Octal12517127467440323335366
Binary101010111110011011110011011110010001101011011011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5579BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5579BC; }

 p { color: rgb(85,121,188); }

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

<style>
 a { background-color: #5579BC; }

 a { background-color: rgb(85,121,188); }

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

<style>
 span { border-color: #5579BC; }

 span { border-color: rgb(85,121,188); }

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