#5679BA

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

Shades of Havelock Blue #5679BA

Tints of Havelock Blue #5679BA

Color information

#5679BA (or 0x5679BA) is unknown color: approx Havelock Blue. HEX triplet: 56, 79 and BA. RGB value is (86,121,186). Sum of RGB (Red+Green+Blue) = 86+121+186=393 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.88% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #5679BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5679BA is #A98645. Grayscale: #757575. Windows color (decimal): -11109958 or 12220758. OLE color: 12220758.

HSL color Cylindrical-coordinate representation of color #5679BA: hue angle of 219º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5679BA is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB86121186-
CMYK0.540.3500.27
HSL219º42.02%53.33%-
HSV(B)219º53.76%72.94%-
XYZ19.5419.249.13-
YUV117.94166.4105.21-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.88%
GREEN value IS 121 (47.66% from 255) = 30.79%
BLUE value IS 186 (73.05% from 255) = 47.33%
R=21.88%
G=30.79%
B=47.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal861211860.540.3500.2721942.0253.33
Hex5679BA362301Bdb2a35
Octal12617127266430333335265
Binary101011011110011011101011011010001101101111011011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5679BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5679BA; }

 p { color: rgb(86,121,186); }

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

<style>
 a { background-color: #5679BA; }

 a { background-color: rgb(86,121,186); }

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

<style>
 span { border-color: #5679BA; }

 span { border-color: rgb(86,121,186); }

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