Shades of Fedora #5A435E
Tints of Fedora #5A435E
RGB
CMYK
RGB Variations
Color information
#5A435E (or 0x5A435E) is known color: Fedora. HEX triplet: 5A, 43 and 5E. RGB value is (90,67,94). Sum of RGB (Red+Green+Blue) = 90+67+94=251 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.86% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 94 (37.11% from 255 or 37.45% from 251); Max value from RGB is 94 - color contains mainly: blue. Hex color #5A435E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A435E is #A5BCA1. Grayscale: #4C4C4C. Windows color (decimal): -10861730 or 6177626. OLE color: 6177626.
HSL color Cylindrical-coordinate representation of color #5A435E: hue angle of 291.11º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5A435E is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 90 | 67 | 94 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.63 |
| HSL | 291.11º | 0.17% | 0.32% | - |
| HSV(B) | 291.11º | 0.29% | 0.37% | - |
| XYZ | 8.24 | 7 | 11.51 | - |
| YUV | 76.96 | 137.62 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 67 | 94 | 0.04 | 0.29 | 0 | 0.63 | 291.11 | 0.17 | 0.32 |
| Hex | 5A | 43 | 5E | 4 | 1D | 0 | 3F | 123 | 11 | 20 |
| Octal | 132 | 103 | 136 | 4 | 35 | 0 | 77 | 443 | 21 | 40 |
| Binary | 1011010 | 1000011 | 1011110 | 100 | 11101 | 0 | 111111 | 100100011 | 10001 | 100000 |
Color Harmonies of #5A435E
Complementary color
Monochromatic Colors of #5A435E
Black with #5A435E
Text Example
Text Example
White with #5A435E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A435E; }
p { color: rgb(90,67,94); }
H1.HeaderClassName
{
color: #5A435E;
}
.AnyTagClassName
{
color: #5A435E;
}
</style>
background-color css
<style>
a { background-color: #5A435E; }
a { background-color: rgb(90,67,94); }
div.DivClassName
{
background-color: #5A435E;
}
.BgClassName
{
background-color: #5A435E;
}
</style>
border-color css
<style>
span { border-color: #5A435E; }
span { border-color: rgb(90,67,94); }
td.TdClassName
{
border-color: #5A435E;
}
.TagClassName
{
border-color: #5A435E;
}
</style>