Shades of Nandor #5A675A
Tints of Nandor #5A675A
RGB
CMYK
RGB Variations
Color information
#5A675A (or 0x5A675A) is known color: Nandor. HEX triplet: 5A, 67 and 5A. RGB value is (90,103,90). Sum of RGB (Red+Green+Blue) = 90+103+90=283 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.80% from 283); Green value is 103 (40.62% from 255 or 36.40% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 103 - color contains mainly: green. Hex color #5A675A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A675A is #A598A5. Grayscale: #616161. Windows color (decimal): -10852518 or 5924698. OLE color: 5924698.
HSL color Cylindrical-coordinate representation of color #5A675A: hue angle of 120º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5A675A is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 103 | 90 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.60 |
| HSL | 120º | 0.07% | 0.38% | - |
| HSV(B) | 120º | 0.13% | 0.4% | - |
| XYZ | 10.91 | 12.61 | 11.53 | - |
| YUV | 97.63 | 123.69 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 103 | 90 | 0.13 | 0 | 0.13 | 0.60 | 120 | 0.07 | 0.38 |
| Hex | 5A | 67 | 5A | D | 0 | D | 3C | 78 | 7 | 26 |
| Octal | 132 | 147 | 132 | 15 | 0 | 15 | 74 | 170 | 7 | 46 |
| Binary | 1011010 | 1100111 | 1011010 | 1101 | 0 | 1101 | 111100 | 1111000 | 111 | 100110 |
Color Harmonies of #5A675A
Complementary color
Monochromatic Colors of #5A675A
Black with #5A675A
Text Example
Text Example
White with #5A675A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A675A; }
p { color: rgb(90,103,90); }
H1.HeaderClassName
{
color: #5A675A;
}
.AnyTagClassName
{
color: #5A675A;
}
</style>
background-color css
<style>
a { background-color: #5A675A; }
a { background-color: rgb(90,103,90); }
div.DivClassName
{
background-color: #5A675A;
}
.BgClassName
{
background-color: #5A675A;
}
</style>
border-color css
<style>
span { border-color: #5A675A; }
span { border-color: rgb(90,103,90); }
td.TdClassName
{
border-color: #5A675A;
}
.TagClassName
{
border-color: #5A675A;
}
</style>