Shades of Fedora #5B535C
Tints of Fedora #5B535C
RGB
CMYK
RGB Variations
Color information
#5B535C (or 0x5B535C) is known color: Fedora. HEX triplet: 5B, 53 and 5C. RGB value is (91,83,92). Sum of RGB (Red+Green+Blue) = 91+83+92=266 (35% of max value = 765). Red value is 91 (35.94% from 255 or 34.21% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 92 (36.33% from 255 or 34.59% from 266); Max value from RGB is 92 - color contains mainly: blue. Hex color #5B535C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B535C is #A4ACA3. Grayscale: #565656. Windows color (decimal): -10792100 or 6050651. OLE color: 6050651.
HSL color Cylindrical-coordinate representation of color #5B535C: hue angle of 293.33º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5B535C is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 83 | 92 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.64 |
| HSL | 293.33º | 0.05% | 0.34% | - |
| HSV(B) | 293.33º | 0.1% | 0.36% | - |
| XYZ | 9.34 | 9.18 | 11.41 | - |
| YUV | 86.42 | 131.15 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 83 | 92 | 0.01 | 0.10 | 0 | 0.64 | 293.33 | 0.05 | 0.34 |
| Hex | 5B | 53 | 5C | 1 | A | 0 | 40 | 125 | 5 | 22 |
| Octal | 133 | 123 | 134 | 1 | 12 | 0 | 100 | 445 | 5 | 42 |
| Binary | 1011011 | 1010011 | 1011100 | 1 | 1010 | 0 | 1000000 | 100100101 | 101 | 100010 |
Color Harmonies of #5B535C
Complementary color
Monochromatic Colors of #5B535C
Black with #5B535C
Text Example
Text Example
White with #5B535C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B535C; }
p { color: rgb(91,83,92); }
H1.HeaderClassName
{
color: #5B535C;
}
.AnyTagClassName
{
color: #5B535C;
}
</style>
background-color css
<style>
a { background-color: #5B535C; }
a { background-color: rgb(91,83,92); }
div.DivClassName
{
background-color: #5B535C;
}
.BgClassName
{
background-color: #5B535C;
}
</style>
border-color css
<style>
span { border-color: #5B535C; }
span { border-color: rgb(91,83,92); }
td.TdClassName
{
border-color: #5B535C;
}
.TagClassName
{
border-color: #5B535C;
}
</style>