#586B77

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

Shades of Mid Grey #586B77

Tints of Mid Grey #586B77

Color information

#586B77 (or 0x586B77) is unknown color: approx Mid Grey. HEX triplet: 58, 6B and 77. RGB value is (88,107,119). Sum of RGB (Red+Green+Blue) = 88+107+119=314 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.03% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 119 (46.88% from 255 or 37.90% from 314); Max value from RGB is 119 - color contains mainly: blue. Hex color #586B77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586B77 is #A79488. Grayscale: #666666. Windows color (decimal): -10982537 or 7826264. OLE color: 7826264.

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

Color convert

RGB88107119-
CMYK0.260.1000.53
HSL203.23º14.98%40.59%-
HSV(B)203.23º26.05%46.67%-
XYZ12.6113.9219.48-
YUV102.69137.21117.52-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.03%
GREEN value IS 107 (42.19% from 255) = 34.08%
BLUE value IS 119 (46.88% from 255) = 37.90%
R=28.03%
G=34.08%
B=37.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal881071190.260.1000.53203.2314.9840.59
Hex586B771AA035cbf29
Octal13015316732120653131751
Binary1011000110101111101111101010100110101110010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,107,119); }

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

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

 a { background-color: rgb(88,107,119); }

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

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

 span { border-color: rgb(88,107,119); }

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