#586A76

Color #586A76 Mid Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mid Grey #586A76

Tints of Mid Grey #586A76

Color information

#586A76 (or 0x586A76) is unknown color: approx Mid Grey. HEX triplet: 58, 6A and 76. RGB value is (88,106,118). Sum of RGB (Red+Green+Blue) = 88+106+118=312 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.21% from 312); Green value is 106 (41.80% from 255 or 33.97% from 312); Blue value is 118 (46.48% from 255 or 37.82% from 312); Max value from RGB is 118 - color contains mainly: blue. Hex color #586A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586A76 is #A79589. Grayscale: #656565. Windows color (decimal): -10982794 or 7760472. OLE color: 7760472.

HSL color Cylindrical-coordinate representation of color #586A76: hue angle of 204º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #586A76 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB88106118-
CMYK0.250.1000.54
HSL204º14.56%40.39%-
HSV(B)204º25.42%46.27%-
XYZ12.4513.6919.13-
YUV101.99137.04118.02-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.21%
GREEN value IS 106 (41.80% from 255) = 33.97%
BLUE value IS 118 (46.48% from 255) = 37.82%
R=28.21%
G=33.97%
B=37.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal881061180.250.1000.5420414.5640.39
Hex586A7619A036ccf28
Octal13015216631120663141750
Binary1011000110101011101101100110100110110110011001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,106,118); }

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

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

 a { background-color: rgb(88,106,118); }

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

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

 span { border-color: rgb(88,106,118); }

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