Shades of Fedora #574B5A
Tints of Fedora #574B5A
RGB
CMYK
RGB Variations
Color information
#574B5A (or 0x574B5A) is known color: Fedora. HEX triplet: 57, 4B and 5A. RGB value is (87,75,90). Sum of RGB (Red+Green+Blue) = 87+75+90=252 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.52% from 252); Green value is 75 (29.69% from 255 or 29.76% from 252); Blue value is 90 (35.55% from 255 or 35.71% from 252); Max value from RGB is 90 - color contains mainly: blue. Hex color #574B5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574B5A is #A8B4A5. Grayscale: #505050. Windows color (decimal): -11056294 or 5917527. OLE color: 5917527.
HSL color Cylindrical-coordinate representation of color #574B5A: hue angle of 288º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #574B5A is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 75 | 90 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.65 |
| HSL | 288º | 0.09% | 0.32% | - |
| HSV(B) | 288º | 0.17% | 0.35% | - |
| XYZ | 8.29 | 7.8 | 10.74 | - |
| YUV | 80.3 | 133.48 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 75 | 90 | 0.03 | 0.17 | 0 | 0.65 | 288 | 0.09 | 0.32 |
| Hex | 57 | 4B | 5A | 3 | 11 | 0 | 41 | 120 | 9 | 20 |
| Octal | 127 | 113 | 132 | 3 | 21 | 0 | 101 | 440 | 11 | 40 |
| Binary | 1010111 | 1001011 | 1011010 | 11 | 10001 | 0 | 1000001 | 100100000 | 1001 | 100000 |
Color Harmonies of #574B5A
Complementary color
Monochromatic Colors of #574B5A
Black with #574B5A
Text Example
Text Example
White with #574B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574B5A; }
p { color: rgb(87,75,90); }
H1.HeaderClassName
{
color: #574B5A;
}
.AnyTagClassName
{
color: #574B5A;
}
</style>
background-color css
<style>
a { background-color: #574B5A; }
a { background-color: rgb(87,75,90); }
div.DivClassName
{
background-color: #574B5A;
}
.BgClassName
{
background-color: #574B5A;
}
</style>
border-color css
<style>
span { border-color: #574B5A; }
span { border-color: rgb(87,75,90); }
td.TdClassName
{
border-color: #574B5A;
}
.TagClassName
{
border-color: #574B5A;
}
</style>