Shades of Fedora #625565
Tints of Fedora #625565
RGB
CMYK
RGB Variations
Color information
#625565 (or 0x625565) is known color: Fedora. HEX triplet: 62, 55 and 65. RGB value is (98,85,101). Sum of RGB (Red+Green+Blue) = 98+85+101=284 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.51% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 101 - color contains mainly: blue. Hex color #625565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625565 is #9DAA9A. Grayscale: #5A5A5A. Windows color (decimal): -10332827 or 6640994. OLE color: 6640994.
HSL color Cylindrical-coordinate representation of color #625565: hue angle of 288.75º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #625565 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 98 | 85 | 101 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.60 |
| HSL | 288.75º | 0.09% | 0.36% | - |
| HSV(B) | 288.75º | 0.16% | 0.4% | - |
| XYZ | 10.63 | 10.03 | 13.69 | - |
| YUV | 90.71 | 133.81 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 85 | 101 | 0.03 | 0.16 | 0 | 0.60 | 288.75 | 0.09 | 0.36 |
| Hex | 62 | 55 | 65 | 3 | 10 | 0 | 3C | 121 | 9 | 24 |
| Octal | 142 | 125 | 145 | 3 | 20 | 0 | 74 | 441 | 11 | 44 |
| Binary | 1100010 | 1010101 | 1100101 | 11 | 10000 | 0 | 111100 | 100100001 | 1001 | 100100 |
Color Harmonies of #625565
Complementary color
Monochromatic Colors of #625565
Black with #625565
Text Example
Text Example
White with #625565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625565; }
p { color: rgb(98,85,101); }
H1.HeaderClassName
{
color: #625565;
}
.AnyTagClassName
{
color: #625565;
}
</style>
background-color css
<style>
a { background-color: #625565; }
a { background-color: rgb(98,85,101); }
div.DivClassName
{
background-color: #625565;
}
.BgClassName
{
background-color: #625565;
}
</style>
border-color css
<style>
span { border-color: #625565; }
span { border-color: rgb(98,85,101); }
td.TdClassName
{
border-color: #625565;
}
.TagClassName
{
border-color: #625565;
}
</style>