Shades of Fedora #574B5C
Tints of Fedora #574B5C
RGB
CMYK
RGB Variations
Color information
#574B5C (or 0x574B5C) is known color: Fedora. HEX triplet: 57, 4B and 5C. RGB value is (87,75,92). Sum of RGB (Red+Green+Blue) = 87+75+92=254 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.25% from 254); Green value is 75 (29.69% from 255 or 29.53% 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 #574B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574B5C is #A8B4A3. Grayscale: #505050. Windows color (decimal): -11056292 or 6048599. OLE color: 6048599.
HSL color Cylindrical-coordinate representation of color #574B5C: hue angle of 282.35º degrees, saturation: 0.1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #574B5C is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 75 | 92 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.64 |
| HSL | 282.35º | 0.1% | 0.33% | - |
| HSV(B) | 282.35º | 0.18% | 0.36% | - |
| XYZ | 8.38 | 7.83 | 11.2 | - |
| YUV | 80.53 | 134.48 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 75 | 92 | 0.05 | 0.18 | 0 | 0.64 | 282.35 | 0.1 | 0.33 |
| Hex | 57 | 4B | 5C | 5 | 12 | 0 | 40 | 11A | A | 21 |
| Octal | 127 | 113 | 134 | 5 | 22 | 0 | 100 | 432 | 12 | 41 |
| Binary | 1010111 | 1001011 | 1011100 | 101 | 10010 | 0 | 1000000 | 100011010 | 1010 | 100001 |
Color Harmonies of #574B5C
Complementary color
Monochromatic Colors of #574B5C
Black with #574B5C
Text Example
Text Example
White with #574B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574B5C; }
p { color: rgb(87,75,92); }
H1.HeaderClassName
{
color: #574B5C;
}
.AnyTagClassName
{
color: #574B5C;
}
</style>
background-color css
<style>
a { background-color: #574B5C; }
a { background-color: rgb(87,75,92); }
div.DivClassName
{
background-color: #574B5C;
}
.BgClassName
{
background-color: #574B5C;
}
</style>
border-color css
<style>
span { border-color: #574B5C; }
span { border-color: rgb(87,75,92); }
td.TdClassName
{
border-color: #574B5C;
}
.TagClassName
{
border-color: #574B5C;
}
</style>