Shades of Fedora #5B435F
Tints of Fedora #5B435F
RGB
CMYK
RGB Variations
Color information
#5B435F (or 0x5B435F) is known color: Fedora. HEX triplet: 5B, 43 and 5F. RGB value is (91,67,95). Sum of RGB (Red+Green+Blue) = 91+67+95=253 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.97% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 95 (37.5% from 255 or 37.55% from 253); Max value from RGB is 95 - color contains mainly: blue. Hex color #5B435F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B435F is #A4BCA0. Grayscale: #4D4D4D. Windows color (decimal): -10796193 or 6243163. OLE color: 6243163.
HSL color Cylindrical-coordinate representation of color #5B435F: hue angle of 291.43º 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 #5B435F is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 91 | 67 | 95 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.63 |
| HSL | 291.43º | 0.17% | 0.32% | - |
| HSV(B) | 291.43º | 0.29% | 0.37% | - |
| XYZ | 8.39 | 7.06 | 11.75 | - |
| YUV | 77.37 | 137.95 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 67 | 95 | 0.04 | 0.29 | 0 | 0.63 | 291.43 | 0.17 | 0.32 |
| Hex | 5B | 43 | 5F | 4 | 1D | 0 | 3F | 123 | 11 | 20 |
| Octal | 133 | 103 | 137 | 4 | 35 | 0 | 77 | 443 | 21 | 40 |
| Binary | 1011011 | 1000011 | 1011111 | 100 | 11101 | 0 | 111111 | 100100011 | 10001 | 100000 |
Color Harmonies of #5B435F
Complementary color
Monochromatic Colors of #5B435F
Black with #5B435F
Text Example
Text Example
White with #5B435F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B435F; }
p { color: rgb(91,67,95); }
H1.HeaderClassName
{
color: #5B435F;
}
.AnyTagClassName
{
color: #5B435F;
}
</style>
background-color css
<style>
a { background-color: #5B435F; }
a { background-color: rgb(91,67,95); }
div.DivClassName
{
background-color: #5B435F;
}
.BgClassName
{
background-color: #5B435F;
}
</style>
border-color css
<style>
span { border-color: #5B435F; }
span { border-color: rgb(91,67,95); }
td.TdClassName
{
border-color: #5B435F;
}
.TagClassName
{
border-color: #5B435F;
}
</style>