#586157

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

Shades of Nandor #586157

Tints of Nandor #586157

Color information

#586157 (or 0x586157) is unknown color: approx Nandor. HEX triplet: 58, 61 and 57. RGB value is (88,97,87). Sum of RGB (Red+Green+Blue) = 88+97+87=272 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.35% from 272); Green value is 97 (38.28% from 255 or 35.66% from 272); Blue value is 87 (34.38% from 255 or 31.99% from 272); Max value from RGB is 97 - color contains mainly: green. Hex color #586157 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586157 is #A79EA8. Grayscale: #5D5D5D. Windows color (decimal): -10985129 or 5726552. OLE color: 5726552.

HSL color Cylindrical-coordinate representation of color #586157: hue angle of 114º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #586157 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB889787-
CMYK0.0900.100.62
HSL114º5.43%36.08%-
HSV(B)114º10.31%38.04%-
XYZ10.0211.3110.67-
YUV93.17124.52124.31-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.35%
GREEN value IS 97 (38.28% from 255) = 35.66%
BLUE value IS 87 (34.38% from 255) = 31.99%
R=32.35%
G=35.66%
B=31.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8897870.0900.100.621145.4336.08
Hex58615790A3E72524
Octal1301411271101276162544
Binary1011000110000110101111001010101111101110010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586157; }

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

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

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

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

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

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

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

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