Shades of Fedora #535154
Tints of Fedora #535154
RGB
CMYK
RGB Variations
Color information
#535154 (or 0x535154) is known color: Fedora. HEX triplet: 53, 51 and 54. RGB value is (83,81,84). Sum of RGB (Red+Green+Blue) = 83+81+84=248 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.47% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 84 (33.20% from 255 or 33.87% from 248); Max value from RGB is 84 - color contains mainly: blue. Hex color #535154 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535154 is #ACAEAB. Grayscale: #515151. Windows color (decimal): -11316908 or 5525843. OLE color: 5525843.
HSL color Cylindrical-coordinate representation of color #535154: 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 #535154 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 81 | 84 | - |
| CMYK | 0.01 | 0.04 | 0 | 0.67 |
| HSL | 280º | 0.02% | 0.32% | - |
| HSV(B) | 280º | 0.04% | 0.33% | - |
| XYZ | 8.11 | 8.36 | 9.57 | - |
| YUV | 81.94 | 129.16 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 81 | 84 | 0.01 | 0.04 | 0 | 0.67 | 280 | 0.02 | 0.32 |
| Hex | 53 | 51 | 54 | 1 | 4 | 0 | 43 | 118 | 2 | 20 |
| Octal | 123 | 121 | 124 | 1 | 4 | 0 | 103 | 430 | 2 | 40 |
| Binary | 1010011 | 1010001 | 1010100 | 1 | 100 | 0 | 1000011 | 100011000 | 10 | 100000 |
Color Harmonies of #535154
Complementary color
Monochromatic Colors of #535154
Black with #535154
Text Example
Text Example
White with #535154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535154; }
p { color: rgb(83,81,84); }
H1.HeaderClassName
{
color: #535154;
}
.AnyTagClassName
{
color: #535154;
}
</style>
background-color css
<style>
a { background-color: #535154; }
a { background-color: rgb(83,81,84); }
div.DivClassName
{
background-color: #535154;
}
.BgClassName
{
background-color: #535154;
}
</style>
border-color css
<style>
span { border-color: #535154; }
span { border-color: rgb(83,81,84); }
td.TdClassName
{
border-color: #535154;
}
.TagClassName
{
border-color: #535154;
}
</style>