#585958

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

Shades of Nandor #585958

Tints of Nandor #585958

Color information

#585958 (or 0x585958) is unknown color: approx Nandor. HEX triplet: 58, 59 and 58. RGB value is (88,89,88). Sum of RGB (Red+Green+Blue) = 88+89+88=265 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.21% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 88 (34.77% from 255 or 33.21% from 265); Max value from RGB is 89 - color contains mainly: green. Hex color #585958 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585958 is #A7A6A7. Grayscale: #585858. Windows color (decimal): -10987176 or 5790040. OLE color: 5790040.

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

Color convert

RGB888988-
CMYK0.0100.010.65
HSL120º0.56%34.71%-
HSV(B)120º1.12%34.9%-
XYZ9.369.9210.65-
YUV88.59127.67127.58-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.21%
GREEN value IS 89 (35.16% from 255) = 33.58%
BLUE value IS 88 (34.77% from 255) = 33.21%
R=33.21%
G=33.58%
B=33.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8889880.0100.010.651200.5634.71
Hex5859581014178123
Octal130131130101101170143
Binary101100010110011011000101100000111110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585958; }

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

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

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

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

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

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

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

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