Shades of Nandor #5B615B
Tints of Nandor #5B615B
RGB
CMYK
RGB Variations
Color information
#5B615B (or 0x5B615B) is known color: Nandor. HEX triplet: 5B, 61 and 5B. RGB value is (91,97,91). Sum of RGB (Red+Green+Blue) = 91+97+91=279 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.62% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 97 - color contains mainly: green. Hex color #5B615B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B615B is #A49EA4. Grayscale: #5E5E5E. Windows color (decimal): -10788517 or 5988699. OLE color: 5988699.
HSL color Cylindrical-coordinate representation of color #5B615B: hue angle of 120º degrees, saturation: 0.03, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #5B615B is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 97 | 91 | - |
| CMYK | 0.06 | 0 | 0.06 | 0.62 |
| HSL | 120º | 0.03% | 0.37% | - |
| HSV(B) | 120º | 0.06% | 0.38% | - |
| XYZ | 10.48 | 11.53 | 11.57 | - |
| YUV | 94.52 | 126.01 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 97 | 91 | 0.06 | 0 | 0.06 | 0.62 | 120 | 0.03 | 0.37 |
| Hex | 5B | 61 | 5B | 6 | 0 | 6 | 3E | 78 | 3 | 25 |
| Octal | 133 | 141 | 133 | 6 | 0 | 6 | 76 | 170 | 3 | 45 |
| Binary | 1011011 | 1100001 | 1011011 | 110 | 0 | 110 | 111110 | 1111000 | 11 | 100101 |
Color Harmonies of #5B615B
Complementary color
Monochromatic Colors of #5B615B
Black with #5B615B
Text Example
Text Example
White with #5B615B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B615B; }
p { color: rgb(91,97,91); }
H1.HeaderClassName
{
color: #5B615B;
}
.AnyTagClassName
{
color: #5B615B;
}
</style>
background-color css
<style>
a { background-color: #5B615B; }
a { background-color: rgb(91,97,91); }
div.DivClassName
{
background-color: #5B615B;
}
.BgClassName
{
background-color: #5B615B;
}
</style>
border-color css
<style>
span { border-color: #5B615B; }
span { border-color: rgb(91,97,91); }
td.TdClassName
{
border-color: #5B615B;
}
.TagClassName
{
border-color: #5B615B;
}
</style>