Shades of Nandor #5B625B
Tints of Nandor #5B625B
RGB
CMYK
RGB Variations
Color information
#5B625B (or 0x5B625B) is known color: Nandor. HEX triplet: 5B, 62 and 5B. RGB value is (91,98,91). Sum of RGB (Red+Green+Blue) = 91+98+91=280 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.5% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 98 - color contains mainly: green. Hex color #5B625B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B625B is #A49DA4. Grayscale: #5F5F5F. Windows color (decimal): -10788261 or 5988955. OLE color: 5988955.
HSL color Cylindrical-coordinate representation of color #5B625B: hue angle of 120º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #5B625B is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 98 | 91 | - |
| CMYK | 0.07 | 0 | 0.07 | 0.62 |
| HSL | 120º | 0.04% | 0.37% | - |
| HSV(B) | 120º | 0.07% | 0.38% | - |
| XYZ | 10.57 | 11.71 | 11.6 | - |
| YUV | 95.11 | 125.68 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 98 | 91 | 0.07 | 0 | 0.07 | 0.62 | 120 | 0.04 | 0.37 |
| Hex | 5B | 62 | 5B | 7 | 0 | 7 | 3E | 78 | 4 | 25 |
| Octal | 133 | 142 | 133 | 7 | 0 | 7 | 76 | 170 | 4 | 45 |
| Binary | 1011011 | 1100010 | 1011011 | 111 | 0 | 111 | 111110 | 1111000 | 100 | 100101 |
Color Harmonies of #5B625B
Complementary color
Monochromatic Colors of #5B625B
Black with #5B625B
Text Example
Text Example
White with #5B625B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B625B; }
p { color: rgb(91,98,91); }
H1.HeaderClassName
{
color: #5B625B;
}
.AnyTagClassName
{
color: #5B625B;
}
</style>
background-color css
<style>
a { background-color: #5B625B; }
a { background-color: rgb(91,98,91); }
div.DivClassName
{
background-color: #5B625B;
}
.BgClassName
{
background-color: #5B625B;
}
</style>
border-color css
<style>
span { border-color: #5B625B; }
span { border-color: rgb(91,98,91); }
td.TdClassName
{
border-color: #5B625B;
}
.TagClassName
{
border-color: #5B625B;
}
</style>