Shades of Fedora #5A555C
Tints of Fedora #5A555C
RGB
CMYK
RGB Variations
Color information
#5A555C (or 0x5A555C) is known color: Fedora. HEX triplet: 5A, 55 and 5C. RGB value is (90,85,92). Sum of RGB (Red+Green+Blue) = 90+85+92=267 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.71% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 92 - color contains mainly: blue. Hex color #5A555C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A555C is #A5AAA3. Grayscale: #575757. Windows color (decimal): -10857124 or 6051162. OLE color: 6051162.
HSL color Cylindrical-coordinate representation of color #5A555C: hue angle of 282.86º 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 #5A555C is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 90 | 85 | 92 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.64 |
| HSL | 282.86º | 0.04% | 0.35% | - |
| HSV(B) | 282.86º | 0.08% | 0.36% | - |
| XYZ | 9.4 | 9.44 | 11.45 | - |
| YUV | 87.29 | 130.66 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 85 | 92 | 0.02 | 0.08 | 0 | 0.64 | 282.86 | 0.04 | 0.35 |
| Hex | 5A | 55 | 5C | 2 | 8 | 0 | 40 | 11B | 4 | 23 |
| Octal | 132 | 125 | 134 | 2 | 10 | 0 | 100 | 433 | 4 | 43 |
| Binary | 1011010 | 1010101 | 1011100 | 10 | 1000 | 0 | 1000000 | 100011011 | 100 | 100011 |
Color Harmonies of #5A555C
Complementary color
Monochromatic Colors of #5A555C
Black with #5A555C
Text Example
Text Example
White with #5A555C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A555C; }
p { color: rgb(90,85,92); }
H1.HeaderClassName
{
color: #5A555C;
}
.AnyTagClassName
{
color: #5A555C;
}
</style>
background-color css
<style>
a { background-color: #5A555C; }
a { background-color: rgb(90,85,92); }
div.DivClassName
{
background-color: #5A555C;
}
.BgClassName
{
background-color: #5A555C;
}
</style>
border-color css
<style>
span { border-color: #5A555C; }
span { border-color: rgb(90,85,92); }
td.TdClassName
{
border-color: #5A555C;
}
.TagClassName
{
border-color: #5A555C;
}
</style>