Shades of Fedora #525053
Tints of Fedora #525053
RGB
CMYK
RGB Variations
Color information
#525053 (or 0x525053) is known color: Fedora. HEX triplet: 52, 50 and 53. RGB value is (82,80,83). Sum of RGB (Red+Green+Blue) = 82+80+83=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 83 (32.81% from 255 or 33.88% from 245); Max value from RGB is 83 - color contains mainly: blue. Hex color #525053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525053 is #ADAFAC. Grayscale: #505050. Windows color (decimal): -11382701 or 5460050. OLE color: 5460050.
HSL color Cylindrical-coordinate representation of color #525053: hue angle of 280º degrees, saturation: 0.02, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #525053 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 80 | 83 | - |
| CMYK | 0.01 | 0.04 | 0 | 0.67 |
| HSL | 280º | 0.02% | 0.32% | - |
| HSV(B) | 280º | 0.04% | 0.33% | - |
| XYZ | 7.91 | 8.16 | 9.34 | - |
| YUV | 80.94 | 129.16 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 80 | 83 | 0.01 | 0.04 | 0 | 0.67 | 280 | 0.02 | 0.32 |
| Hex | 52 | 50 | 53 | 1 | 4 | 0 | 43 | 118 | 2 | 20 |
| Octal | 122 | 120 | 123 | 1 | 4 | 0 | 103 | 430 | 2 | 40 |
| Binary | 1010010 | 1010000 | 1010011 | 1 | 100 | 0 | 1000011 | 100011000 | 10 | 100000 |
Color Harmonies of #525053
Complementary color
Monochromatic Colors of #525053
Black with #525053
Text Example
Text Example
White with #525053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525053; }
p { color: rgb(82,80,83); }
H1.HeaderClassName
{
color: #525053;
}
.AnyTagClassName
{
color: #525053;
}
</style>
background-color css
<style>
a { background-color: #525053; }
a { background-color: rgb(82,80,83); }
div.DivClassName
{
background-color: #525053;
}
.BgClassName
{
background-color: #525053;
}
</style>
border-color css
<style>
span { border-color: #525053; }
span { border-color: rgb(82,80,83); }
td.TdClassName
{
border-color: #525053;
}
.TagClassName
{
border-color: #525053;
}
</style>