Shades of Nandor #585E58
Tints of Nandor #585E58
RGB
CMYK
RGB Variations
Color information
#585E58 (or 0x585E58) is known color: Nandor. HEX triplet: 58, 5E and 58. RGB value is (88,94,88). Sum of RGB (Red+Green+Blue) = 88+94+88=270 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.59% from 270); Green value is 94 (37.11% from 255 or 34.81% from 270); Blue value is 88 (34.77% from 255 or 32.59% from 270); Max value from RGB is 94 - color contains mainly: green. Hex color #585E58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585E58 is #A7A1A7. Grayscale: #5B5B5B. Windows color (decimal): -10985896 or 5791320. OLE color: 5791320.
HSL color Cylindrical-coordinate representation of color #585E58: hue angle of 120º degrees, saturation: 0.03, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #585E58 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 88 | 94 | 88 | - |
| CMYK | 0.06 | 0 | 0.06 | 0.63 |
| HSL | 120º | 0.03% | 0.36% | - |
| HSV(B) | 120º | 0.06% | 0.37% | - |
| XYZ | 9.79 | 10.78 | 10.8 | - |
| YUV | 91.52 | 126.01 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 94 | 88 | 0.06 | 0 | 0.06 | 0.63 | 120 | 0.03 | 0.36 |
| Hex | 58 | 5E | 58 | 6 | 0 | 6 | 3F | 78 | 3 | 24 |
| Octal | 130 | 136 | 130 | 6 | 0 | 6 | 77 | 170 | 3 | 44 |
| Binary | 1011000 | 1011110 | 1011000 | 110 | 0 | 110 | 111111 | 1111000 | 11 | 100100 |
Color Harmonies of #585E58
Complementary color
Monochromatic Colors of #585E58
Black with #585E58
Text Example
Text Example
White with #585E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585E58; }
p { color: rgb(88,94,88); }
H1.HeaderClassName
{
color: #585E58;
}
.AnyTagClassName
{
color: #585E58;
}
</style>
background-color css
<style>
a { background-color: #585E58; }
a { background-color: rgb(88,94,88); }
div.DivClassName
{
background-color: #585E58;
}
.BgClassName
{
background-color: #585E58;
}
</style>
border-color css
<style>
span { border-color: #585E58; }
span { border-color: rgb(88,94,88); }
td.TdClassName
{
border-color: #585E58;
}
.TagClassName
{
border-color: #585E58;
}
</style>