Shades of Fedora #5B555C
Tints of Fedora #5B555C
RGB
CMYK
RGB Variations
Color information
#5B555C (or 0x5B555C) is known color: Fedora. HEX triplet: 5B, 55 and 5C. RGB value is (91,85,92). Sum of RGB (Red+Green+Blue) = 91+85+92=268 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.96% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 92 - color contains mainly: blue. Hex color #5B555C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B555C is #A4AAA3. Grayscale: #575757. Windows color (decimal): -10791588 or 6051163. OLE color: 6051163.
HSL color Cylindrical-coordinate representation of color #5B555C: hue angle of 291.43º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #5B555C is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 85 | 92 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.64 |
| HSL | 291.43º | 0.04% | 0.35% | - |
| HSV(B) | 291.43º | 0.08% | 0.36% | - |
| XYZ | 9.49 | 9.49 | 11.46 | - |
| YUV | 87.59 | 130.49 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 85 | 92 | 0.01 | 0.08 | 0 | 0.64 | 291.43 | 0.04 | 0.35 |
| Hex | 5B | 55 | 5C | 1 | 8 | 0 | 40 | 123 | 4 | 23 |
| Octal | 133 | 125 | 134 | 1 | 10 | 0 | 100 | 443 | 4 | 43 |
| Binary | 1011011 | 1010101 | 1011100 | 1 | 1000 | 0 | 1000000 | 100100011 | 100 | 100011 |
Color Harmonies of #5B555C
Complementary color
Monochromatic Colors of #5B555C
Black with #5B555C
Text Example
Text Example
White with #5B555C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B555C; }
p { color: rgb(91,85,92); }
H1.HeaderClassName
{
color: #5B555C;
}
.AnyTagClassName
{
color: #5B555C;
}
</style>
background-color css
<style>
a { background-color: #5B555C; }
a { background-color: rgb(91,85,92); }
div.DivClassName
{
background-color: #5B555C;
}
.BgClassName
{
background-color: #5B555C;
}
</style>
border-color css
<style>
span { border-color: #5B555C; }
span { border-color: rgb(91,85,92); }
td.TdClassName
{
border-color: #5B555C;
}
.TagClassName
{
border-color: #5B555C;
}
</style>