Shades of Fedora #574C5C
Tints of Fedora #574C5C
RGB
CMYK
RGB Variations
Color information
#574C5C (or 0x574C5C) is known color: Fedora. HEX triplet: 57, 4C and 5C. RGB value is (87,76,92). Sum of RGB (Red+Green+Blue) = 87+76+92=255 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.12% from 255); Green value is 76 (30.08% from 255 or 29.80% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 92 - color contains mainly: blue. Hex color #574C5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574C5C is #A8B3A3. Grayscale: #515151. Windows color (decimal): -11056036 or 6048855. OLE color: 6048855.
HSL color Cylindrical-coordinate representation of color #574C5C: hue angle of 281.25º degrees, saturation: 0.1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #574C5C is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 76 | 92 | - |
| CMYK | 0.05 | 0.17 | 0 | 0.64 |
| HSL | 281.25º | 0.1% | 0.33% | - |
| HSV(B) | 281.25º | 0.17% | 0.36% | - |
| XYZ | 8.45 | 7.97 | 11.22 | - |
| YUV | 81.11 | 134.14 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 76 | 92 | 0.05 | 0.17 | 0 | 0.64 | 281.25 | 0.1 | 0.33 |
| Hex | 57 | 4C | 5C | 5 | 11 | 0 | 40 | 119 | A | 21 |
| Octal | 127 | 114 | 134 | 5 | 21 | 0 | 100 | 431 | 12 | 41 |
| Binary | 1010111 | 1001100 | 1011100 | 101 | 10001 | 0 | 1000000 | 100011001 | 1010 | 100001 |
Color Harmonies of #574C5C
Complementary color
Monochromatic Colors of #574C5C
Black with #574C5C
Text Example
Text Example
White with #574C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574C5C; }
p { color: rgb(87,76,92); }
H1.HeaderClassName
{
color: #574C5C;
}
.AnyTagClassName
{
color: #574C5C;
}
</style>
background-color css
<style>
a { background-color: #574C5C; }
a { background-color: rgb(87,76,92); }
div.DivClassName
{
background-color: #574C5C;
}
.BgClassName
{
background-color: #574C5C;
}
</style>
border-color css
<style>
span { border-color: #574C5C; }
span { border-color: rgb(87,76,92); }
td.TdClassName
{
border-color: #574C5C;
}
.TagClassName
{
border-color: #574C5C;
}
</style>