Shades of Finn #653B58
Tints of Finn #653B58
RGB
CMYK
RGB Variations
Color information
#653B58 (or 0x653B58) is known color: Finn. HEX triplet: 65, 3B and 58. RGB value is (101,59,88). Sum of RGB (Red+Green+Blue) = 101+59+88=248 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.73% from 248); Green value is 59 (23.44% from 255 or 23.79% from 248); Blue value is 88 (34.77% from 255 or 35.48% from 248); Max value from RGB is 101 - color contains mainly: red. Hex color #653B58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653B58 is #9AC4A7. Grayscale: #4A4A4A. Windows color (decimal): -10142888 or 5782373. OLE color: 5782373.
HSL color Cylindrical-coordinate representation of color #653B58: hue angle of 318.57º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #653B58 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 59 | 88 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.60 |
| HSL | 318.57º | 0.26% | 0.31% | - |
| HSV(B) | 318.57º | 0.42% | 0.4% | - |
| XYZ | 8.69 | 6.6 | 10.05 | - |
| YUV | 74.86 | 135.41 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 59 | 88 | 0 | 0.42 | 0.13 | 0.60 | 318.57 | 0.26 | 0.31 |
| Hex | 65 | 3B | 58 | 0 | 2A | D | 3C | 13F | 1A | 1F |
| Octal | 145 | 73 | 130 | 0 | 52 | 15 | 74 | 477 | 32 | 37 |
| Binary | 1100101 | 111011 | 1011000 | 0 | 101010 | 1101 | 111100 | 100111111 | 11010 | 11111 |
Color Harmonies of #653B58
Complementary color
Monochromatic Colors of #653B58
Black with #653B58
Text Example
Text Example
White with #653B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653B58; }
p { color: rgb(101,59,88); }
H1.HeaderClassName
{
color: #653B58;
}
.AnyTagClassName
{
color: #653B58;
}
</style>
background-color css
<style>
a { background-color: #653B58; }
a { background-color: rgb(101,59,88); }
div.DivClassName
{
background-color: #653B58;
}
.BgClassName
{
background-color: #653B58;
}
</style>
border-color css
<style>
span { border-color: #653B58; }
span { border-color: rgb(101,59,88); }
td.TdClassName
{
border-color: #653B58;
}
.TagClassName
{
border-color: #653B58;
}
</style>