#585B58

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

Shades of Nandor #585B58

Tints of Nandor #585B58

Color information

#585B58 (or 0x585B58) is unknown color: approx Nandor. HEX triplet: 58, 5B and 58. RGB value is (88,91,88). Sum of RGB (Red+Green+Blue) = 88+91+88=267 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.96% from 267); Green value is 91 (35.94% from 255 or 34.08% from 267); Blue value is 88 (34.77% from 255 or 32.96% from 267); Max value from RGB is 91 - color contains mainly: green. Hex color #585B58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585B58 is #A7A4A7. Grayscale: #595959. Windows color (decimal): -10986664 or 5790552. OLE color: 5790552.

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

Color convert

RGB889188-
CMYK0.0300.030.64
HSL120º1.68%35.1%-
HSV(B)120º3.3%35.69%-
XYZ9.5310.2610.71-
YUV89.76127.01126.74-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.96%
GREEN value IS 91 (35.94% from 255) = 34.08%
BLUE value IS 88 (34.77% from 255) = 32.96%
R=32.96%
G=34.08%
B=32.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8891880.0300.030.641201.6835.1
Hex585B583034078223
Octal130133130303100170243
Binary101100010110111011000110111000000111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585B58; }

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

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

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

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

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

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

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

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