Shades of Nandor #5B675B
Tints of Nandor #5B675B
RGB
CMYK
RGB Variations
Color information
#5B675B (or 0x5B675B) is known color: Nandor. HEX triplet: 5B, 67 and 5B. RGB value is (91,103,91). Sum of RGB (Red+Green+Blue) = 91+103+91=285 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.93% from 285); Green value is 103 (40.62% from 255 or 36.14% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 103 - color contains mainly: green. Hex color #5B675B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B675B is #A498A4. Grayscale: #626262. Windows color (decimal): -10786981 or 5990235. OLE color: 5990235.
HSL color Cylindrical-coordinate representation of color #5B675B: hue angle of 120º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5B675B is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 91 | 103 | 91 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.60 |
| HSL | 120º | 0.06% | 0.38% | - |
| HSV(B) | 120º | 0.12% | 0.4% | - |
| XYZ | 11.05 | 12.68 | 11.76 | - |
| YUV | 98.04 | 124.02 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 103 | 91 | 0.12 | 0 | 0.12 | 0.60 | 120 | 0.06 | 0.38 |
| Hex | 5B | 67 | 5B | C | 0 | C | 3C | 78 | 6 | 26 |
| Octal | 133 | 147 | 133 | 14 | 0 | 14 | 74 | 170 | 6 | 46 |
| Binary | 1011011 | 1100111 | 1011011 | 1100 | 0 | 1100 | 111100 | 1111000 | 110 | 100110 |
Color Harmonies of #5B675B
Complementary color
Monochromatic Colors of #5B675B
Black with #5B675B
Text Example
Text Example
White with #5B675B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B675B; }
p { color: rgb(91,103,91); }
H1.HeaderClassName
{
color: #5B675B;
}
.AnyTagClassName
{
color: #5B675B;
}
</style>
background-color css
<style>
a { background-color: #5B675B; }
a { background-color: rgb(91,103,91); }
div.DivClassName
{
background-color: #5B675B;
}
.BgClassName
{
background-color: #5B675B;
}
</style>
border-color css
<style>
span { border-color: #5B675B; }
span { border-color: rgb(91,103,91); }
td.TdClassName
{
border-color: #5B675B;
}
.TagClassName
{
border-color: #5B675B;
}
</style>