Shades of Nandor #5A625A
Tints of Nandor #5A625A
RGB
CMYK
RGB Variations
Color information
#5A625A (or 0x5A625A) is known color: Nandor. HEX triplet: 5A, 62 and 5A. RGB value is (90,98,90). Sum of RGB (Red+Green+Blue) = 90+98+90=278 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.37% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 90 (35.55% from 255 or 32.37% from 278); Max value from RGB is 98 - color contains mainly: green. Hex color #5A625A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A625A is #A59DA5. Grayscale: #5E5E5E. Windows color (decimal): -10853798 or 5923418. OLE color: 5923418.
HSL color Cylindrical-coordinate representation of color #5A625A: hue angle of 120º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #5A625A is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 98 | 90 | - |
| CMYK | 0.08 | 0 | 0.08 | 0.62 |
| HSL | 120º | 0.04% | 0.37% | - |
| HSV(B) | 120º | 0.08% | 0.38% | - |
| XYZ | 10.43 | 11.65 | 11.37 | - |
| YUV | 94.7 | 125.35 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 98 | 90 | 0.08 | 0 | 0.08 | 0.62 | 120 | 0.04 | 0.37 |
| Hex | 5A | 62 | 5A | 8 | 0 | 8 | 3E | 78 | 4 | 25 |
| Octal | 132 | 142 | 132 | 10 | 0 | 10 | 76 | 170 | 4 | 45 |
| Binary | 1011010 | 1100010 | 1011010 | 1000 | 0 | 1000 | 111110 | 1111000 | 100 | 100101 |
Color Harmonies of #5A625A
Complementary color
Monochromatic Colors of #5A625A
Black with #5A625A
Text Example
Text Example
White with #5A625A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A625A; }
p { color: rgb(90,98,90); }
H1.HeaderClassName
{
color: #5A625A;
}
.AnyTagClassName
{
color: #5A625A;
}
</style>
background-color css
<style>
a { background-color: #5A625A; }
a { background-color: rgb(90,98,90); }
div.DivClassName
{
background-color: #5A625A;
}
.BgClassName
{
background-color: #5A625A;
}
</style>
border-color css
<style>
span { border-color: #5A625A; }
span { border-color: rgb(90,98,90); }
td.TdClassName
{
border-color: #5A625A;
}
.TagClassName
{
border-color: #5A625A;
}
</style>