Shades of Nandor #5A5B5A
Tints of Nandor #5A5B5A
RGB
CMYK
RGB Variations
Color information
#5A5B5A (or 0x5A5B5A) is known color: Nandor. HEX triplet: 5A, 5B and 5A. RGB value is (90,91,90). Sum of RGB (Red+Green+Blue) = 90+91+90=271 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.21% from 271); Green value is 91 (35.94% from 255 or 33.58% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 91 - color contains mainly: green. Hex color #5A5B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5B5A is #A5A4A5. Grayscale: #5A5A5A. Windows color (decimal): -10855590 or 5921626. OLE color: 5921626.
HSL color Cylindrical-coordinate representation of color #5A5B5A: hue angle of 120º degrees, saturation: 0.01, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #5A5B5A is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
RGB | 90 | 91 | 90 | - |
CMYK | 0.01 | 0 | 0.01 | 0.64 |
HSL | 120º | 0.01% | 0.35% | - |
HSV(B) | 120º | 0.01% | 0.36% | - |
XYZ | 9.8 | 10.39 | 11.16 | - |
YUV | 90.59 | 127.67 | 127.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 90 | 91 | 90 | 0.01 | 0 | 0.01 | 0.64 | 120 | 0.01 | 0.35 |
Hex | 5A | 5B | 5A | 1 | 0 | 1 | 40 | 78 | 1 | 23 |
Octal | 132 | 133 | 132 | 1 | 0 | 1 | 100 | 170 | 1 | 43 |
Binary | 1011010 | 1011011 | 1011010 | 1 | 0 | 1 | 1000000 | 1111000 | 1 | 100011 |
Color Harmonies of #5A5B5A
Complementary color
Monochromatic Colors of #5A5B5A
Black with #5A5B5A
Text Example
Text Example
White with #5A5B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5B5A; }
p { color: rgb(90,91,90); }
H1.HeaderClassName
{
color: #5A5B5A;
}
.AnyTagClassName
{
color: #5A5B5A;
}
</style>
background-color css
<style>
a { background-color: #5A5B5A; }
a { background-color: rgb(90,91,90); }
div.DivClassName
{
background-color: #5A5B5A;
}
.BgClassName
{
background-color: #5A5B5A;
}
</style>
border-color css
<style>
span { border-color: #5A5B5A; }
span { border-color: rgb(90,91,90); }
td.TdClassName
{
border-color: #5A5B5A;
}
.TagClassName
{
border-color: #5A5B5A;
}
</style>