Shades of Nandor #5C655C
Tints of Nandor #5C655C
RGB
CMYK
RGB Variations
Color information
#5C655C (or 0x5C655C) is known color: Nandor. HEX triplet: 5C, 65 and 5C. RGB value is (92,101,92). Sum of RGB (Red+Green+Blue) = 92+101+92=285 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.28% from 285); Green value is 101 (39.84% from 255 or 35.44% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 101 - color contains mainly: green. Hex color #5C655C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C655C is #A39AA3. Grayscale: #616161. Windows color (decimal): -10721956 or 6055260. OLE color: 6055260.
HSL color Cylindrical-coordinate representation of color #5C655C: hue angle of 120º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #5C655C is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 92 | 101 | 92 | - |
| CMYK | 0.09 | 0 | 0.09 | 0.60 |
| HSL | 120º | 0.05% | 0.38% | - |
| HSV(B) | 120º | 0.09% | 0.4% | - |
| XYZ | 11 | 12.36 | 11.93 | - |
| YUV | 97.28 | 125.02 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 101 | 92 | 0.09 | 0 | 0.09 | 0.60 | 120 | 0.05 | 0.38 |
| Hex | 5C | 65 | 5C | 9 | 0 | 9 | 3C | 78 | 5 | 26 |
| Octal | 134 | 145 | 134 | 11 | 0 | 11 | 74 | 170 | 5 | 46 |
| Binary | 1011100 | 1100101 | 1011100 | 1001 | 0 | 1001 | 111100 | 1111000 | 101 | 100110 |
Color Harmonies of #5C655C
Complementary color
Monochromatic Colors of #5C655C
Black with #5C655C
Text Example
Text Example
White with #5C655C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C655C; }
p { color: rgb(92,101,92); }
H1.HeaderClassName
{
color: #5C655C;
}
.AnyTagClassName
{
color: #5C655C;
}
</style>
background-color css
<style>
a { background-color: #5C655C; }
a { background-color: rgb(92,101,92); }
div.DivClassName
{
background-color: #5C655C;
}
.BgClassName
{
background-color: #5C655C;
}
</style>
border-color css
<style>
span { border-color: #5C655C; }
span { border-color: rgb(92,101,92); }
td.TdClassName
{
border-color: #5C655C;
}
.TagClassName
{
border-color: #5C655C;
}
</style>