Shades of Fedora #605765
Tints of Fedora #605765
RGB
CMYK
RGB Variations
Color information
#605765 (or 0x605765) is known color: Fedora. HEX triplet: 60, 57 and 65. RGB value is (96,87,101). Sum of RGB (Red+Green+Blue) = 96+87+101=284 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.80% from 284); Green value is 87 (34.38% from 255 or 30.63% 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 #605765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605765 is #9FA89A. Grayscale: #5B5B5B. Windows color (decimal): -10463387 or 6641504. OLE color: 6641504.
HSL color Cylindrical-coordinate representation of color #605765: hue angle of 278.57º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #605765 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 96 | 87 | 101 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.60 |
| HSL | 278.57º | 0.07% | 0.37% | - |
| HSV(B) | 278.57º | 0.14% | 0.4% | - |
| XYZ | 10.58 | 10.24 | 13.73 | - |
| YUV | 91.29 | 133.48 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 87 | 101 | 0.05 | 0.14 | 0 | 0.60 | 278.57 | 0.07 | 0.37 |
| Hex | 60 | 57 | 65 | 5 | E | 0 | 3C | 117 | 7 | 25 |
| Octal | 140 | 127 | 145 | 5 | 16 | 0 | 74 | 427 | 7 | 45 |
| Binary | 1100000 | 1010111 | 1100101 | 101 | 1110 | 0 | 111100 | 100010111 | 111 | 100101 |
Color Harmonies of #605765
Complementary color
Monochromatic Colors of #605765
Black with #605765
Text Example
Text Example
White with #605765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605765; }
p { color: rgb(96,87,101); }
H1.HeaderClassName
{
color: #605765;
}
.AnyTagClassName
{
color: #605765;
}
</style>
background-color css
<style>
a { background-color: #605765; }
a { background-color: rgb(96,87,101); }
div.DivClassName
{
background-color: #605765;
}
.BgClassName
{
background-color: #605765;
}
</style>
border-color css
<style>
span { border-color: #605765; }
span { border-color: rgb(96,87,101); }
td.TdClassName
{
border-color: #605765;
}
.TagClassName
{
border-color: #605765;
}
</style>