Shades of Gothic #658388
Tints of Gothic #658388
RGB
CMYK
RGB Variations
Color information
#658388 (or 0x658388) is known color: Gothic. HEX triplet: 65, 83 and 88. RGB value is (101,131,136). Sum of RGB (Red+Green+Blue) = 101+131+136=368 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.45% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 136 (53.52% from 255 or 36.96% from 368); Max value from RGB is 136 - color contains mainly: blue. Hex color #658388 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658388 is #9A7C77. Grayscale: #7A7A7A. Windows color (decimal): -10124408 or 8946533. OLE color: 8946533.
HSL color Cylindrical-coordinate representation of color #658388: hue angle of 188.57º 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 #658388 is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 131 | 136 | - |
| CMYK | 0.26 | 0.04 | 0 | 0.47 |
| HSL | 188.57º | 0.15% | 0.46% | - |
| HSV(B) | 188.57º | 0.26% | 0.53% | - |
| XYZ | 17.93 | 20.78 | 26.36 | - |
| YUV | 122.6 | 135.56 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 131 | 136 | 0.26 | 0.04 | 0 | 0.47 | 188.57 | 0.15 | 0.46 |
| Hex | 65 | 83 | 88 | 1A | 4 | 0 | 2F | BD | F | 2E |
| Octal | 145 | 203 | 210 | 32 | 4 | 0 | 57 | 275 | 17 | 56 |
| Binary | 1100101 | 10000011 | 10001000 | 11010 | 100 | 0 | 101111 | 10111101 | 1111 | 101110 |
Color Harmonies of #658388
Complementary color
Monochromatic Colors of #658388
Black with #658388
Text Example
Text Example
White with #658388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658388; }
p { color: rgb(101,131,136); }
H1.HeaderClassName
{
color: #658388;
}
.AnyTagClassName
{
color: #658388;
}
</style>
background-color css
<style>
a { background-color: #658388; }
a { background-color: rgb(101,131,136); }
div.DivClassName
{
background-color: #658388;
}
.BgClassName
{
background-color: #658388;
}
</style>
border-color css
<style>
span { border-color: #658388; }
span { border-color: rgb(101,131,136); }
td.TdClassName
{
border-color: #658388;
}
.TagClassName
{
border-color: #658388;
}
</style>