Shades of Fedora #5A525A
Tints of Fedora #5A525A
RGB
CMYK
RGB Variations
Color information
#5A525A (or 0x5A525A) is known color: Fedora. HEX triplet: 5A, 52 and 5A. RGB value is (90,82,90). Sum of RGB (Red+Green+Blue) = 90+82+90=262 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.35% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 90 (35.55% from 255 or 34.35% from 262); Max value from RGB is 90 - color contains mainly: red, blue. Hex color #5A525A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A525A is #A5ADA5. Grayscale: #555555. Windows color (decimal): -10857894 or 5919322. OLE color: 5919322.
HSL color Cylindrical-coordinate representation of color #5A525A: hue angle of 300º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #5A525A is Cyan = 0, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 82 | 90 | - |
| CMYK | 0 | 0.09 | 0 | 0.65 |
| HSL | 300º | 0.05% | 0.34% | - |
| HSV(B) | 300º | 0.09% | 0.35% | - |
| XYZ | 9.08 | 8.95 | 10.92 | - |
| YUV | 85.3 | 130.65 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 82 | 90 | 0 | 0.09 | 0 | 0.65 | 300 | 0.05 | 0.34 |
| Hex | 5A | 52 | 5A | 0 | 9 | 0 | 41 | 12C | 5 | 22 |
| Octal | 132 | 122 | 132 | 0 | 11 | 0 | 101 | 454 | 5 | 42 |
| Binary | 1011010 | 1010010 | 1011010 | 0 | 1001 | 0 | 1000001 | 100101100 | 101 | 100010 |
Color Harmonies of #5A525A
Complementary color
Monochromatic Colors of #5A525A
Black with #5A525A
Text Example
Text Example
White with #5A525A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A525A; }
p { color: rgb(90,82,90); }
H1.HeaderClassName
{
color: #5A525A;
}
.AnyTagClassName
{
color: #5A525A;
}
</style>
background-color css
<style>
a { background-color: #5A525A; }
a { background-color: rgb(90,82,90); }
div.DivClassName
{
background-color: #5A525A;
}
.BgClassName
{
background-color: #5A525A;
}
</style>
border-color css
<style>
span { border-color: #5A525A; }
span { border-color: rgb(90,82,90); }
td.TdClassName
{
border-color: #5A525A;
}
.TagClassName
{
border-color: #5A525A;
}
</style>