Shades of Fedora #5C5A5C
Tints of Fedora #5C5A5C
RGB
CMYK
RGB Variations
Color information
#5C5A5C (or 0x5C5A5C) is known color: Fedora. HEX triplet: 5C, 5A and 5C. RGB value is (92,90,92). Sum of RGB (Red+Green+Blue) = 92+90+92=274 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.58% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 92 - color contains mainly: red, blue. Hex color #5C5A5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5A5C is #A3A5A3. Grayscale: #5A5A5A. Windows color (decimal): -10724772 or 6052444. OLE color: 6052444.
HSL color Cylindrical-coordinate representation of color #5C5A5C: hue angle of 300º degrees, saturation: 0.01, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #5C5A5C is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 90 | 92 | - |
| CMYK | 0 | 0.02 | 0 | 0.64 |
| HSL | 300º | 0.01% | 0.36% | - |
| HSV(B) | 300º | 0.02% | 0.36% | - |
| XYZ | 10 | 10.36 | 11.6 | - |
| YUV | 90.83 | 128.66 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 90 | 92 | 0 | 0.02 | 0 | 0.64 | 300 | 0.01 | 0.36 |
| Hex | 5C | 5A | 5C | 0 | 2 | 0 | 40 | 12C | 1 | 24 |
| Octal | 134 | 132 | 134 | 0 | 2 | 0 | 100 | 454 | 1 | 44 |
| Binary | 1011100 | 1011010 | 1011100 | 0 | 10 | 0 | 1000000 | 100101100 | 1 | 100100 |
Color Harmonies of #5C5A5C
Complementary color
Monochromatic Colors of #5C5A5C
Black with #5C5A5C
Text Example
Text Example
White with #5C5A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5A5C; }
p { color: rgb(92,90,92); }
H1.HeaderClassName
{
color: #5C5A5C;
}
.AnyTagClassName
{
color: #5C5A5C;
}
</style>
background-color css
<style>
a { background-color: #5C5A5C; }
a { background-color: rgb(92,90,92); }
div.DivClassName
{
background-color: #5C5A5C;
}
.BgClassName
{
background-color: #5C5A5C;
}
</style>
border-color css
<style>
span { border-color: #5C5A5C; }
span { border-color: rgb(92,90,92); }
td.TdClassName
{
border-color: #5C5A5C;
}
.TagClassName
{
border-color: #5C5A5C;
}
</style>