#586B61

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

Shades of Como #586B61

Tints of Como #586B61

Color information

#586B61 (or 0x586B61) is unknown color: approx Como. HEX triplet: 58, 6B and 61. RGB value is (88,107,97). Sum of RGB (Red+Green+Blue) = 88+107+97=292 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.14% from 292); Green value is 107 (42.19% from 255 or 36.64% from 292); Blue value is 97 (38.28% from 255 or 33.22% from 292); Max value from RGB is 107 - color contains mainly: green. Hex color #586B61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586B61 is #A7949E. Grayscale: #646464. Windows color (decimal): -10982559 or 6384472. OLE color: 6384472.

HSL color Cylindrical-coordinate representation of color #586B61: hue angle of 148.42º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #586B61 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.

Color convert

RGB8810797-
CMYK0.1800.090.58
HSL148.42º9.74%38.24%-
HSV(B)148.42º17.76%41.96%-
XYZ11.4413.4513.3-
YUV100.18126.21119.31-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.14%
GREEN value IS 107 (42.19% from 255) = 36.64%
BLUE value IS 97 (38.28% from 255) = 33.22%
R=30.14%
G=36.64%
B=33.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal88107970.1800.090.58148.429.7438.24
Hex586B6112093A94a26
Octal13015314122011722241246
Binary1011000110101111000011001001001111010100101001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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