Shades of Nandor #5E635E
Tints of Nandor #5E635E
RGB
CMYK
RGB Variations
Color information
#5E635E (or 0x5E635E) is known color: Nandor. HEX triplet: 5E, 63 and 5E. RGB value is (94,99,94). Sum of RGB (Red+Green+Blue) = 94+99+94=287 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.75% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 99 - color contains mainly: green. Hex color #5E635E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E635E is #A19CA1. Grayscale: #606060. Windows color (decimal): -10591394 or 6185822. OLE color: 6185822.
HSL color Cylindrical-coordinate representation of color #5E635E: hue angle of 120º degrees, saturation: 0.03, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #5E635E is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
RGB | 94 | 99 | 94 | - |
CMYK | 0.05 | 0 | 0.05 | 0.61 |
HSL | 120º | 0.03% | 0.38% | - |
HSV(B) | 120º | 0.05% | 0.39% | - |
XYZ | 11.1 | 12.11 | 12.34 | - |
YUV | 96.94 | 126.34 | 125.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 99 | 94 | 0.05 | 0 | 0.05 | 0.61 | 120 | 0.03 | 0.38 |
Hex | 5E | 63 | 5E | 5 | 0 | 5 | 3D | 78 | 3 | 26 |
Octal | 136 | 143 | 136 | 5 | 0 | 5 | 75 | 170 | 3 | 46 |
Binary | 1011110 | 1100011 | 1011110 | 101 | 0 | 101 | 111101 | 1111000 | 11 | 100110 |
Color Harmonies of #5E635E
Complementary color
Monochromatic Colors of #5E635E
Black with #5E635E
Text Example
Text Example
White with #5E635E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E635E; }
p { color: rgb(94,99,94); }
H1.HeaderClassName
{
color: #5E635E;
}
.AnyTagClassName
{
color: #5E635E;
}
</style>
background-color css
<style>
a { background-color: #5E635E; }
a { background-color: rgb(94,99,94); }
div.DivClassName
{
background-color: #5E635E;
}
.BgClassName
{
background-color: #5E635E;
}
</style>
border-color css
<style>
span { border-color: #5E635E; }
span { border-color: rgb(94,99,94); }
td.TdClassName
{
border-color: #5E635E;
}
.TagClassName
{
border-color: #5E635E;
}
</style>