Shades of Fedora #5A485C
Tints of Fedora #5A485C
RGB
CMYK
RGB Variations
Color information
#5A485C (or 0x5A485C) is known color: Fedora. HEX triplet: 5A, 48 and 5C. RGB value is (90,72,92). Sum of RGB (Red+Green+Blue) = 90+72+92=254 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.43% from 254); Green value is 72 (28.52% from 255 or 28.35% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 92 - color contains mainly: blue. Hex color #5A485C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A485C is #A5B7A3. Grayscale: #4F4F4F. Windows color (decimal): -10860452 or 6047834. OLE color: 6047834.
HSL color Cylindrical-coordinate representation of color #5A485C: hue angle of 294º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5A485C is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 90 | 72 | 92 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.64 |
| HSL | 294º | 0.12% | 0.32% | - |
| HSV(B) | 294º | 0.22% | 0.36% | - |
| XYZ | 8.47 | 7.58 | 11.14 | - |
| YUV | 79.66 | 134.96 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 72 | 92 | 0.02 | 0.22 | 0 | 0.64 | 294 | 0.12 | 0.32 |
| Hex | 5A | 48 | 5C | 2 | 16 | 0 | 40 | 126 | C | 20 |
| Octal | 132 | 110 | 134 | 2 | 26 | 0 | 100 | 446 | 14 | 40 |
| Binary | 1011010 | 1001000 | 1011100 | 10 | 10110 | 0 | 1000000 | 100100110 | 1100 | 100000 |
Color Harmonies of #5A485C
Complementary color
Monochromatic Colors of #5A485C
Black with #5A485C
Text Example
Text Example
White with #5A485C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A485C; }
p { color: rgb(90,72,92); }
H1.HeaderClassName
{
color: #5A485C;
}
.AnyTagClassName
{
color: #5A485C;
}
</style>
background-color css
<style>
a { background-color: #5A485C; }
a { background-color: rgb(90,72,92); }
div.DivClassName
{
background-color: #5A485C;
}
.BgClassName
{
background-color: #5A485C;
}
</style>
border-color css
<style>
span { border-color: #5A485C; }
span { border-color: rgb(90,72,92); }
td.TdClassName
{
border-color: #5A485C;
}
.TagClassName
{
border-color: #5A485C;
}
</style>