Shades of Fedora #5D5C5D
Tints of Fedora #5D5C5D
RGB
CMYK
RGB Variations
Color information
#5D5C5D (or 0x5D5C5D) is known color: Fedora. HEX triplet: 5D, 5C and 5D. RGB value is (93,92,93). Sum of RGB (Red+Green+Blue) = 93+92+93=278 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.45% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 93 - color contains mainly: red, blue. Hex color #5D5C5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5C5D is #A2A3A2. Grayscale: #5C5C5C. Windows color (decimal): -10658723 or 6118493. OLE color: 6118493.
HSL color Cylindrical-coordinate representation of color #5D5C5D: 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.01%. Process color model (Four color, CMYK) of #5D5C5D is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
RGB | 93 | 92 | 93 | - |
CMYK | 0 | 0.01 | 0 | 0.64 |
HSL | 300º | 0.01% | 0.36% | - |
HSV(B) | 300º | 0.01% | 0.36% | - |
XYZ | 10.32 | 10.77 | 11.89 | - |
YUV | 92.41 | 128.33 | 128.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 93 | 92 | 93 | 0 | 0.01 | 0 | 0.64 | 300 | 0.01 | 0.36 |
Hex | 5D | 5C | 5D | 0 | 1 | 0 | 40 | 12C | 1 | 24 |
Octal | 135 | 134 | 135 | 0 | 1 | 0 | 100 | 454 | 1 | 44 |
Binary | 1011101 | 1011100 | 1011101 | 0 | 1 | 0 | 1000000 | 100101100 | 1 | 100100 |
Color Harmonies of #5D5C5D
Complementary color
Monochromatic Colors of #5D5C5D
Black with #5D5C5D
Text Example
Text Example
White with #5D5C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5C5D; }
p { color: rgb(93,92,93); }
H1.HeaderClassName
{
color: #5D5C5D;
}
.AnyTagClassName
{
color: #5D5C5D;
}
</style>
background-color css
<style>
a { background-color: #5D5C5D; }
a { background-color: rgb(93,92,93); }
div.DivClassName
{
background-color: #5D5C5D;
}
.BgClassName
{
background-color: #5D5C5D;
}
</style>
border-color css
<style>
span { border-color: #5D5C5D; }
span { border-color: rgb(93,92,93); }
td.TdClassName
{
border-color: #5D5C5D;
}
.TagClassName
{
border-color: #5D5C5D;
}
</style>