Shades of Gothic #658D91
Tints of Gothic #658D91
RGB
CMYK
RGB Variations
Color information
#658D91 (or 0x658D91) is known color: Gothic. HEX triplet: 65, 8D and 91. RGB value is (101,141,145). Sum of RGB (Red+Green+Blue) = 101+141+145=387 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.10% from 387); Green value is 141 (55.47% from 255 or 36.43% from 387); Blue value is 145 (57.03% from 255 or 37.47% from 387); Max value from RGB is 145 - color contains mainly: blue. Hex color #658D91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658D91 is #9A726E. Grayscale: #818181. Windows color (decimal): -10121839 or 9538917. OLE color: 9538917.
HSL color Cylindrical-coordinate representation of color #658D91: hue angle of 185.45º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #658D91 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 101 | 141 | 145 | - |
| CMYK | 0.30 | 0.03 | 0 | 0.43 |
| HSL | 185.45º | 0.18% | 0.48% | - |
| HSV(B) | 185.45º | 0.3% | 0.57% | - |
| XYZ | 20 | 23.86 | 30.34 | - |
| YUV | 129.5 | 136.75 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 141 | 145 | 0.30 | 0.03 | 0 | 0.43 | 185.45 | 0.18 | 0.48 |
| Hex | 65 | 8D | 91 | 1E | 3 | 0 | 2B | B9 | 12 | 30 |
| Octal | 145 | 215 | 221 | 36 | 3 | 0 | 53 | 271 | 22 | 60 |
| Binary | 1100101 | 10001101 | 10010001 | 11110 | 11 | 0 | 101011 | 10111001 | 10010 | 110000 |
Color Harmonies of #658D91
Complementary color
Monochromatic Colors of #658D91
Black with #658D91
Text Example
Text Example
White with #658D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658D91; }
p { color: rgb(101,141,145); }
H1.HeaderClassName
{
color: #658D91;
}
.AnyTagClassName
{
color: #658D91;
}
</style>
background-color css
<style>
a { background-color: #658D91; }
a { background-color: rgb(101,141,145); }
div.DivClassName
{
background-color: #658D91;
}
.BgClassName
{
background-color: #658D91;
}
</style>
border-color css
<style>
span { border-color: #658D91; }
span { border-color: rgb(101,141,145); }
td.TdClassName
{
border-color: #658D91;
}
.TagClassName
{
border-color: #658D91;
}
</style>