Shades of Fedora #5C435F
Tints of Fedora #5C435F
RGB
CMYK
RGB Variations
Color information
#5C435F (or 0x5C435F) is known color: Fedora. HEX triplet: 5C, 43 and 5F. RGB value is (92,67,95). Sum of RGB (Red+Green+Blue) = 92+67+95=254 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.22% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 95 (37.5% from 255 or 37.40% from 254); Max value from RGB is 95 - color contains mainly: blue. Hex color #5C435F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C435F is #A3BCA0. Grayscale: #4D4D4D. Windows color (decimal): -10730657 or 6243164. OLE color: 6243164.
HSL color Cylindrical-coordinate representation of color #5C435F: hue angle of 293.57º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5C435F is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 92 | 67 | 95 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.63 |
| HSL | 293.57º | 0.17% | 0.32% | - |
| HSV(B) | 293.57º | 0.29% | 0.37% | - |
| XYZ | 8.49 | 7.12 | 11.75 | - |
| YUV | 77.67 | 137.78 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 67 | 95 | 0.03 | 0.29 | 0 | 0.63 | 293.57 | 0.17 | 0.32 |
| Hex | 5C | 43 | 5F | 3 | 1D | 0 | 3F | 126 | 11 | 20 |
| Octal | 134 | 103 | 137 | 3 | 35 | 0 | 77 | 446 | 21 | 40 |
| Binary | 1011100 | 1000011 | 1011111 | 11 | 11101 | 0 | 111111 | 100100110 | 10001 | 100000 |
Color Harmonies of #5C435F
Complementary color
Monochromatic Colors of #5C435F
Black with #5C435F
Text Example
Text Example
White with #5C435F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C435F; }
p { color: rgb(92,67,95); }
H1.HeaderClassName
{
color: #5C435F;
}
.AnyTagClassName
{
color: #5C435F;
}
</style>
background-color css
<style>
a { background-color: #5C435F; }
a { background-color: rgb(92,67,95); }
div.DivClassName
{
background-color: #5C435F;
}
.BgClassName
{
background-color: #5C435F;
}
</style>
border-color css
<style>
span { border-color: #5C435F; }
span { border-color: rgb(92,67,95); }
td.TdClassName
{
border-color: #5C435F;
}
.TagClassName
{
border-color: #5C435F;
}
</style>