Shades of Fedora #5A595A
Tints of Fedora #5A595A
RGB
CMYK
RGB Variations
Color information
#5A595A (or 0x5A595A) is known color: Fedora. HEX triplet: 5A, 59 and 5A. RGB value is (90,89,90). Sum of RGB (Red+Green+Blue) = 90+89+90=269 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.46% from 269); Green value is 89 (35.16% from 255 or 33.09% from 269); Blue value is 90 (35.55% from 255 or 33.46% from 269); Max value from RGB is 90 - color contains mainly: red, blue. Hex color #5A595A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A595A is #A5A6A5. Grayscale: #595959. Windows color (decimal): -10856102 or 5921114. OLE color: 5921114.
HSL color Cylindrical-coordinate representation of color #5A595A: hue angle of 300º degrees, saturation: 0.01, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #5A595A is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 89 | 90 | - |
| CMYK | 0 | 0.01 | 0 | 0.65 |
| HSL | 300º | 0.01% | 0.35% | - |
| HSV(B) | 300º | 0.01% | 0.35% | - |
| XYZ | 9.63 | 10.06 | 11.11 | - |
| YUV | 89.41 | 128.33 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 89 | 90 | 0 | 0.01 | 0 | 0.65 | 300 | 0.01 | 0.35 |
| Hex | 5A | 59 | 5A | 0 | 1 | 0 | 41 | 12C | 1 | 23 |
| Octal | 132 | 131 | 132 | 0 | 1 | 0 | 101 | 454 | 1 | 43 |
| Binary | 1011010 | 1011001 | 1011010 | 0 | 1 | 0 | 1000001 | 100101100 | 1 | 100011 |
Color Harmonies of #5A595A
Complementary color
Monochromatic Colors of #5A595A
Black with #5A595A
Text Example
Text Example
White with #5A595A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A595A; }
p { color: rgb(90,89,90); }
H1.HeaderClassName
{
color: #5A595A;
}
.AnyTagClassName
{
color: #5A595A;
}
</style>
background-color css
<style>
a { background-color: #5A595A; }
a { background-color: rgb(90,89,90); }
div.DivClassName
{
background-color: #5A595A;
}
.BgClassName
{
background-color: #5A595A;
}
</style>
border-color css
<style>
span { border-color: #5A595A; }
span { border-color: rgb(90,89,90); }
td.TdClassName
{
border-color: #5A595A;
}
.TagClassName
{
border-color: #5A595A;
}
</style>