#586557

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

Shades of Nandor #586557

Tints of Nandor #586557

Color information

#586557 (or 0x586557) is unknown color: approx Nandor. HEX triplet: 58, 65 and 57. RGB value is (88,101,87). Sum of RGB (Red+Green+Blue) = 88+101+87=276 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.88% from 276); Green value is 101 (39.84% from 255 or 36.59% from 276); Blue value is 87 (34.38% from 255 or 31.52% from 276); Max value from RGB is 101 - color contains mainly: green. Hex color #586557 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586557 is #A79AA8. Grayscale: #5F5F5F. Windows color (decimal): -10984105 or 5727576. OLE color: 5727576.

HSL color Cylindrical-coordinate representation of color #586557: hue angle of 115.71º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #586557 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.60.

Color convert

RGB8810187-
CMYK0.1300.140.60
HSL115.71º7.45%36.86%-
HSV(B)115.71º13.86%39.61%-
XYZ10.412.0710.8-
YUV95.52123.19122.64-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.88%
GREEN value IS 101 (39.84% from 255) = 36.59%
BLUE value IS 87 (34.38% from 255) = 31.52%
R=31.88%
G=36.59%
B=31.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal88101870.1300.140.60115.717.4536.86
Hex586557D0E3C74725
Octal1301451271501674164745
Binary1011000110010110101111101011101111001110100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586557; }

 p { color: rgb(88,101,87); }

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

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

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

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

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

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

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