#586E79

Color #586E79 Blue Bayoux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bayoux #586E79

Tints of Blue Bayoux #586E79

Color information

#586E79 (or 0x586E79) is unknown color: approx Blue Bayoux. HEX triplet: 58, 6E and 79. RGB value is (88,110,121). Sum of RGB (Red+Green+Blue) = 88+110+121=319 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.59% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 121 (47.66% from 255 or 37.93% from 319); Max value from RGB is 121 - color contains mainly: blue. Hex color #586E79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586E79 is #A79186. Grayscale: #686868. Windows color (decimal): -10981767 or 7958104. OLE color: 7958104.

HSL color Cylindrical-coordinate representation of color #586E79: hue angle of 200º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #586E79 is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB88110121-
CMYK0.270.0900.53
HSL200º15.79%40.98%-
HSV(B)200º27.27%47.45%-
XYZ13.0514.6120.22-
YUV104.68137.21116.11-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.59%
GREEN value IS 110 (43.36% from 255) = 34.48%
BLUE value IS 121 (47.66% from 255) = 37.93%
R=27.59%
G=34.48%
B=37.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal881101210.270.0900.5320015.7940.98
Hex586E791B9035c81029
Octal13015617133110653102051
Binary10110001101110111100111011100101101011100100010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586E79; }

 p { color: rgb(88,110,121); }

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

<style>
 a { background-color: #586E79; }

 a { background-color: rgb(88,110,121); }

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

<style>
 span { border-color: #586E79; }

 span { border-color: rgb(88,110,121); }

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