#586858

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

Shades of Nandor #586858

Tints of Nandor #586858

Color information

#586858 (or 0x586858) is unknown color: approx Nandor. HEX triplet: 58, 68 and 58. RGB value is (88,104,88). Sum of RGB (Red+Green+Blue) = 88+104+88=280 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.43% from 280); Green value is 104 (41.02% from 255 or 37.14% from 280); Blue value is 88 (34.77% from 255 or 31.43% from 280); Max value from RGB is 104 - color contains mainly: green. Hex color #586858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586858 is #A797A7. Grayscale: #616161. Windows color (decimal): -10983336 or 5793880. OLE color: 5793880.

HSL color Cylindrical-coordinate representation of color #586858: hue angle of 120º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #586858 is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB8810488-
CMYK0.1500.150.59
HSL120º8.33%37.65%-
HSV(B)120º15.38%40.78%-
XYZ10.7412.6811.11-
YUV97.39122.7121.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.43%
GREEN value IS 104 (41.02% from 255) = 37.14%
BLUE value IS 88 (34.77% from 255) = 31.43%
R=31.43%
G=37.14%
B=31.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal88104880.1500.150.591208.3337.65
Hex586858F0F3B78826
Octal13015013017017731701046
Binary10110001101000101100011110111111101111110001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586858; }

 p { color: rgb(88,104,88); }

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

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

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

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

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

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

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