Shades of Fedora #594B5C
Tints of Fedora #594B5C
RGB
CMYK
RGB Variations
Color information
#594B5C (or 0x594B5C) is known color: Fedora. HEX triplet: 59, 4B and 5C. RGB value is (89,75,92). Sum of RGB (Red+Green+Blue) = 89+75+92=256 (33% of max value = 765). Red value is 89 (35.16% from 255 or 34.77% from 256); Green value is 75 (29.69% from 255 or 29.30% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 92 - color contains mainly: blue. Hex color #594B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594B5C is #A6B4A3. Grayscale: #515151. Windows color (decimal): -10925220 or 6048601. OLE color: 6048601.
HSL color Cylindrical-coordinate representation of color #594B5C: hue angle of 289.41º degrees, saturation: 0.1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #594B5C is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 75 | 92 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.64 |
| HSL | 289.41º | 0.1% | 0.33% | - |
| HSV(B) | 289.41º | 0.18% | 0.36% | - |
| XYZ | 8.57 | 7.93 | 11.2 | - |
| YUV | 81.12 | 134.14 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 75 | 92 | 0.03 | 0.18 | 0 | 0.64 | 289.41 | 0.1 | 0.33 |
| Hex | 59 | 4B | 5C | 3 | 12 | 0 | 40 | 121 | A | 21 |
| Octal | 131 | 113 | 134 | 3 | 22 | 0 | 100 | 441 | 12 | 41 |
| Binary | 1011001 | 1001011 | 1011100 | 11 | 10010 | 0 | 1000000 | 100100001 | 1010 | 100001 |
Color Harmonies of #594B5C
Complementary color
Monochromatic Colors of #594B5C
Black with #594B5C
Text Example
Text Example
White with #594B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594B5C; }
p { color: rgb(89,75,92); }
H1.HeaderClassName
{
color: #594B5C;
}
.AnyTagClassName
{
color: #594B5C;
}
</style>
background-color css
<style>
a { background-color: #594B5C; }
a { background-color: rgb(89,75,92); }
div.DivClassName
{
background-color: #594B5C;
}
.BgClassName
{
background-color: #594B5C;
}
</style>
border-color css
<style>
span { border-color: #594B5C; }
span { border-color: rgb(89,75,92); }
td.TdClassName
{
border-color: #594B5C;
}
.TagClassName
{
border-color: #594B5C;
}
</style>