#586F5F

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

Shades of Como #586F5F

Tints of Como #586F5F

Color information

#586F5F (or 0x586F5F) is unknown color: approx Como. HEX triplet: 58, 6F and 5F. RGB value is (88,111,95). Sum of RGB (Red+Green+Blue) = 88+111+95=294 (38% of max value = 765). Red value is 88 (34.77% from 255 or 29.93% from 294); Green value is 111 (43.75% from 255 or 37.76% from 294); Blue value is 95 (37.5% from 255 or 32.31% from 294); Max value from RGB is 111 - color contains mainly: green. Hex color #586F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586F5F is #A790A0. Grayscale: #666666. Windows color (decimal): -10981537 or 6254424. OLE color: 6254424.

HSL color Cylindrical-coordinate representation of color #586F5F: hue angle of 138.26º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #586F5F is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB8811195-
CMYK0.2100.140.56
HSL138.26º11.56%39.02%-
HSV(B)138.26º20.72%43.53%-
XYZ11.7714.2712.96-
YUV102.3123.88117.8-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.93%
GREEN value IS 111 (43.75% from 255) = 37.76%
BLUE value IS 95 (37.5% from 255) = 32.31%
R=29.93%
G=37.76%
B=32.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88111950.2100.140.56138.2611.5639.02
Hex586F5F150E388ac27
Octal13015713725016702121447
Binary1011000110111110111111010101110111000100010101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,111,95); }

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

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

 a { background-color: rgb(88,111,95); }

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

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

 span { border-color: rgb(88,111,95); }

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