#586559

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

Shades of Nandor #586559

Tints of Nandor #586559

Color information

#586559 (or 0x586559) is unknown color: approx Nandor. HEX triplet: 58, 65 and 59. RGB value is (88,101,89). Sum of RGB (Red+Green+Blue) = 88+101+89=278 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.65% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 89 (35.16% from 255 or 32.01% from 278); Max value from RGB is 101 - color contains mainly: green. Hex color #586559 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586559 is #A79AA6. Grayscale: #5F5F5F. Windows color (decimal): -10984103 or 5858648. OLE color: 5858648.

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

Color convert

RGB8810189-
CMYK0.1300.120.60
HSL124.62º6.88%37.06%-
HSV(B)124.62º12.87%39.61%-
XYZ10.4812.111.23-
YUV95.74124.19122.48-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.65%
GREEN value IS 101 (39.84% from 255) = 36.33%
BLUE value IS 89 (35.16% from 255) = 32.01%
R=31.65%
G=36.33%
B=32.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal88101890.1300.120.60124.626.8837.06
Hex586559D0C3C7d725
Octal1301451311501474175745
Binary1011000110010110110011101011001111001111101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586559; }

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

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

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

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

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

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

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

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