#586258

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

Shades of Nandor #586258

Tints of Nandor #586258

Color information

#586258 (or 0x586258) is unknown color: approx Nandor. HEX triplet: 58, 62 and 58. RGB value is (88,98,88). Sum of RGB (Red+Green+Blue) = 88+98+88=274 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.12% from 274); Green value is 98 (38.67% from 255 or 35.77% from 274); Blue value is 88 (34.77% from 255 or 32.12% from 274); Max value from RGB is 98 - color contains mainly: green. Hex color #586258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586258 is #A79DA7. Grayscale: #5D5D5D. Windows color (decimal): -10984872 or 5792344. OLE color: 5792344.

HSL color Cylindrical-coordinate representation of color #586258: hue angle of 120º 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 #586258 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB889888-
CMYK0.1000.100.62
HSL120º5.38%36.47%-
HSV(B)120º10.2%38.43%-
XYZ10.1511.5110.92-
YUV93.87124.69123.81-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.12%
GREEN value IS 98 (38.67% from 255) = 35.77%
BLUE value IS 88 (34.77% from 255) = 32.12%
R=32.12%
G=35.77%
B=32.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8898880.1000.100.621205.3836.47
Hex586258A0A3E78524
Octal1301421301201276170544
Binary1011000110001010110001010010101111101111000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586258; }

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

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

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

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

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

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

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

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