Shades of Fedora #57525A
Tints of Fedora #57525A
RGB
CMYK
RGB Variations
Color information
#57525A (or 0x57525A) is known color: Fedora. HEX triplet: 57, 52 and 5A. RGB value is (87,82,90). Sum of RGB (Red+Green+Blue) = 87+82+90=259 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.59% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 90 (35.55% from 255 or 34.75% from 259); Max value from RGB is 90 - color contains mainly: blue. Hex color #57525A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57525A is #A8ADA5. Grayscale: #545454. Windows color (decimal): -11054502 or 5919319. OLE color: 5919319.
HSL color Cylindrical-coordinate representation of color #57525A: hue angle of 277.5º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #57525A is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 82 | 90 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.65 |
| HSL | 277.5º | 0.05% | 0.34% | - |
| HSV(B) | 277.5º | 0.09% | 0.35% | - |
| XYZ | 8.79 | 8.8 | 10.91 | - |
| YUV | 84.41 | 131.16 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 82 | 90 | 0.03 | 0.09 | 0 | 0.65 | 277.5 | 0.05 | 0.34 |
| Hex | 57 | 52 | 5A | 3 | 9 | 0 | 41 | 116 | 5 | 22 |
| Octal | 127 | 122 | 132 | 3 | 11 | 0 | 101 | 426 | 5 | 42 |
| Binary | 1010111 | 1010010 | 1011010 | 11 | 1001 | 0 | 1000001 | 100010110 | 101 | 100010 |
Color Harmonies of #57525A
Complementary color
Monochromatic Colors of #57525A
Black with #57525A
Text Example
Text Example
White with #57525A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57525A; }
p { color: rgb(87,82,90); }
H1.HeaderClassName
{
color: #57525A;
}
.AnyTagClassName
{
color: #57525A;
}
</style>
background-color css
<style>
a { background-color: #57525A; }
a { background-color: rgb(87,82,90); }
div.DivClassName
{
background-color: #57525A;
}
.BgClassName
{
background-color: #57525A;
}
</style>
border-color css
<style>
span { border-color: #57525A; }
span { border-color: rgb(87,82,90); }
td.TdClassName
{
border-color: #57525A;
}
.TagClassName
{
border-color: #57525A;
}
</style>