Shades of Gothic #658488
Tints of Gothic #658488
RGB
CMYK
RGB Variations
Color information
#658488 (or 0x658488) is known color: Gothic. HEX triplet: 65, 84 and 88. RGB value is (101,132,136). Sum of RGB (Red+Green+Blue) = 101+132+136=369 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.37% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 136 (53.52% from 255 or 36.86% from 369); Max value from RGB is 136 - color contains mainly: blue. Hex color #658488 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658488 is #9A7B77. Grayscale: #7B7B7B. Windows color (decimal): -10124152 or 8946789. OLE color: 8946789.
HSL color Cylindrical-coordinate representation of color #658488: hue angle of 186.86º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #658488 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 132 | 136 | - |
| CMYK | 0.26 | 0.03 | 0 | 0.47 |
| HSL | 186.86º | 0.15% | 0.46% | - |
| HSV(B) | 186.86º | 0.26% | 0.53% | - |
| XYZ | 18.06 | 21.05 | 26.4 | - |
| YUV | 123.19 | 135.23 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 132 | 136 | 0.26 | 0.03 | 0 | 0.47 | 186.86 | 0.15 | 0.46 |
| Hex | 65 | 84 | 88 | 1A | 3 | 0 | 2F | BB | F | 2E |
| Octal | 145 | 204 | 210 | 32 | 3 | 0 | 57 | 273 | 17 | 56 |
| Binary | 1100101 | 10000100 | 10001000 | 11010 | 11 | 0 | 101111 | 10111011 | 1111 | 101110 |
Color Harmonies of #658488
Complementary color
Monochromatic Colors of #658488
Black with #658488
Text Example
Text Example
White with #658488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658488; }
p { color: rgb(101,132,136); }
H1.HeaderClassName
{
color: #658488;
}
.AnyTagClassName
{
color: #658488;
}
</style>
background-color css
<style>
a { background-color: #658488; }
a { background-color: rgb(101,132,136); }
div.DivClassName
{
background-color: #658488;
}
.BgClassName
{
background-color: #658488;
}
</style>
border-color css
<style>
span { border-color: #658488; }
span { border-color: rgb(101,132,136); }
td.TdClassName
{
border-color: #658488;
}
.TagClassName
{
border-color: #658488;
}
</style>