Shades of Nandor #5C615C
Tints of Nandor #5C615C
RGB
CMYK
RGB Variations
Color information
#5C615C (or 0x5C615C) is known color: Nandor. HEX triplet: 5C, 61 and 5C. RGB value is (92,97,92). Sum of RGB (Red+Green+Blue) = 92+97+92=281 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.74% from 281); Green value is 97 (38.28% from 255 or 34.52% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 97 - color contains mainly: green. Hex color #5C615C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C615C is #A39EA3. Grayscale: #5E5E5E. Windows color (decimal): -10722980 or 6054236. OLE color: 6054236.
HSL color Cylindrical-coordinate representation of color #5C615C: 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.05%. Process color model (Four color, CMYK) of #5C615C is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
RGB | 92 | 97 | 92 | - |
CMYK | 0.05 | 0 | 0.05 | 0.62 |
HSL | 120º | 0.03% | 0.37% | - |
HSV(B) | 120º | 0.05% | 0.38% | - |
XYZ | 10.62 | 11.6 | 11.8 | - |
YUV | 94.94 | 126.34 | 125.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 92 | 97 | 92 | 0.05 | 0 | 0.05 | 0.62 | 120 | 0.03 | 0.37 |
Hex | 5C | 61 | 5C | 5 | 0 | 5 | 3E | 78 | 3 | 25 |
Octal | 134 | 141 | 134 | 5 | 0 | 5 | 76 | 170 | 3 | 45 |
Binary | 1011100 | 1100001 | 1011100 | 101 | 0 | 101 | 111110 | 1111000 | 11 | 100101 |
Color Harmonies of #5C615C
Complementary color
Monochromatic Colors of #5C615C
Black with #5C615C
Text Example
Text Example
White with #5C615C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C615C; }
p { color: rgb(92,97,92); }
H1.HeaderClassName
{
color: #5C615C;
}
.AnyTagClassName
{
color: #5C615C;
}
</style>
background-color css
<style>
a { background-color: #5C615C; }
a { background-color: rgb(92,97,92); }
div.DivClassName
{
background-color: #5C615C;
}
.BgClassName
{
background-color: #5C615C;
}
</style>
border-color css
<style>
span { border-color: #5C615C; }
span { border-color: rgb(92,97,92); }
td.TdClassName
{
border-color: #5C615C;
}
.TagClassName
{
border-color: #5C615C;
}
</style>