Shades of Nandor #5A695A
Tints of Nandor #5A695A
RGB
CMYK
RGB Variations
Color information
#5A695A (or 0x5A695A) is known color: Nandor. HEX triplet: 5A, 69 and 5A. RGB value is (90,105,90). Sum of RGB (Red+Green+Blue) = 90+105+90=285 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.58% from 285); Green value is 105 (41.41% from 255 or 36.84% from 285); Blue value is 90 (35.55% from 255 or 31.58% from 285); Max value from RGB is 105 - color contains mainly: green. Hex color #5A695A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A695A is #A596A5. Grayscale: #626262. Windows color (decimal): -10852006 or 5925210. OLE color: 5925210.
HSL color Cylindrical-coordinate representation of color #5A695A: hue angle of 120º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5A695A is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 105 | 90 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.59 |
| HSL | 120º | 0.08% | 0.38% | - |
| HSV(B) | 120º | 0.14% | 0.41% | - |
| XYZ | 11.11 | 13.01 | 11.6 | - |
| YUV | 98.81 | 123.03 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 105 | 90 | 0.14 | 0 | 0.14 | 0.59 | 120 | 0.08 | 0.38 |
| Hex | 5A | 69 | 5A | E | 0 | E | 3B | 78 | 8 | 26 |
| Octal | 132 | 151 | 132 | 16 | 0 | 16 | 73 | 170 | 10 | 46 |
| Binary | 1011010 | 1101001 | 1011010 | 1110 | 0 | 1110 | 111011 | 1111000 | 1000 | 100110 |
Color Harmonies of #5A695A
Complementary color
Monochromatic Colors of #5A695A
Black with #5A695A
Text Example
Text Example
White with #5A695A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A695A; }
p { color: rgb(90,105,90); }
H1.HeaderClassName
{
color: #5A695A;
}
.AnyTagClassName
{
color: #5A695A;
}
</style>
background-color css
<style>
a { background-color: #5A695A; }
a { background-color: rgb(90,105,90); }
div.DivClassName
{
background-color: #5A695A;
}
.BgClassName
{
background-color: #5A695A;
}
</style>
border-color css
<style>
span { border-color: #5A695A; }
span { border-color: rgb(90,105,90); }
td.TdClassName
{
border-color: #5A695A;
}
.TagClassName
{
border-color: #5A695A;
}
</style>