Shades of Nandor #5E615E
Tints of Nandor #5E615E
RGB
CMYK
RGB Variations
Color information
#5E615E (or 0x5E615E) is known color: Nandor. HEX triplet: 5E, 61 and 5E. RGB value is (94,97,94). Sum of RGB (Red+Green+Blue) = 94+97+94=285 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.98% from 285); Green value is 97 (38.28% from 255 or 34.04% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 97 - color contains mainly: green. Hex color #5E615E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E615E is #A19EA1. Grayscale: #5F5F5F. Windows color (decimal): -10591906 or 6185310. OLE color: 6185310.
HSL color Cylindrical-coordinate representation of color #5E615E: hue angle of 120º degrees, saturation: 0.02, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #5E615E is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
RGB | 94 | 97 | 94 | - |
CMYK | 0.03 | 0 | 0.03 | 0.62 |
HSL | 120º | 0.02% | 0.37% | - |
HSV(B) | 120º | 0.03% | 0.38% | - |
XYZ | 10.91 | 11.74 | 12.28 | - |
YUV | 95.76 | 127.01 | 126.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 97 | 94 | 0.03 | 0 | 0.03 | 0.62 | 120 | 0.02 | 0.37 |
Hex | 5E | 61 | 5E | 3 | 0 | 3 | 3E | 78 | 2 | 25 |
Octal | 136 | 141 | 136 | 3 | 0 | 3 | 76 | 170 | 2 | 45 |
Binary | 1011110 | 1100001 | 1011110 | 11 | 0 | 11 | 111110 | 1111000 | 10 | 100101 |
Color Harmonies of #5E615E
Complementary color
Monochromatic Colors of #5E615E
Black with #5E615E
Text Example
Text Example
White with #5E615E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E615E; }
p { color: rgb(94,97,94); }
H1.HeaderClassName
{
color: #5E615E;
}
.AnyTagClassName
{
color: #5E615E;
}
</style>
background-color css
<style>
a { background-color: #5E615E; }
a { background-color: rgb(94,97,94); }
div.DivClassName
{
background-color: #5E615E;
}
.BgClassName
{
background-color: #5E615E;
}
</style>
border-color css
<style>
span { border-color: #5E615E; }
span { border-color: rgb(94,97,94); }
td.TdClassName
{
border-color: #5E615E;
}
.TagClassName
{
border-color: #5E615E;
}
</style>