Shades of Gothic #658D92
Tints of Gothic #658D92
RGB
CMYK
RGB Variations
Color information
#658D92 (or 0x658D92) is known color: Gothic. HEX triplet: 65, 8D and 92. RGB value is (101,141,146). Sum of RGB (Red+Green+Blue) = 101+141+146=388 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.03% from 388); Green value is 141 (55.47% from 255 or 36.34% from 388); Blue value is 146 (57.42% from 255 or 37.63% from 388); Max value from RGB is 146 - color contains mainly: blue. Hex color #658D92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658D92 is #9A726D. Grayscale: #818181. Windows color (decimal): -10121838 or 9604453. OLE color: 9604453.
HSL color Cylindrical-coordinate representation of color #658D92: hue angle of 186.67º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #658D92 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 101 | 141 | 146 | - |
| CMYK | 0.31 | 0.03 | 0 | 0.43 |
| HSL | 186.67º | 0.18% | 0.48% | - |
| HSV(B) | 186.67º | 0.31% | 0.57% | - |
| XYZ | 20.08 | 23.89 | 30.75 | - |
| YUV | 129.61 | 137.25 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 141 | 146 | 0.31 | 0.03 | 0 | 0.43 | 186.67 | 0.18 | 0.48 |
| Hex | 65 | 8D | 92 | 1F | 3 | 0 | 2B | BB | 12 | 30 |
| Octal | 145 | 215 | 222 | 37 | 3 | 0 | 53 | 273 | 22 | 60 |
| Binary | 1100101 | 10001101 | 10010010 | 11111 | 11 | 0 | 101011 | 10111011 | 10010 | 110000 |
Color Harmonies of #658D92
Complementary color
Monochromatic Colors of #658D92
Black with #658D92
Text Example
Text Example
White with #658D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658D92; }
p { color: rgb(101,141,146); }
H1.HeaderClassName
{
color: #658D92;
}
.AnyTagClassName
{
color: #658D92;
}
</style>
background-color css
<style>
a { background-color: #658D92; }
a { background-color: rgb(101,141,146); }
div.DivClassName
{
background-color: #658D92;
}
.BgClassName
{
background-color: #658D92;
}
</style>
border-color css
<style>
span { border-color: #658D92; }
span { border-color: rgb(101,141,146); }
td.TdClassName
{
border-color: #658D92;
}
.TagClassName
{
border-color: #658D92;
}
</style>