Shades of Gothic #65888B
Tints of Gothic #65888B
RGB
CMYK
RGB Variations
Color information
#65888B (or 0x65888B) is known color: Gothic. HEX triplet: 65, 88 and 8B. RGB value is (101,136,139). Sum of RGB (Red+Green+Blue) = 101+136+139=376 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.86% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 139 - color contains mainly: blue. Hex color #65888B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65888B is #9A7774. Grayscale: #7D7D7D. Windows color (decimal): -10123125 or 9144421. OLE color: 9144421.
HSL color Cylindrical-coordinate representation of color #65888B: hue angle of 184.74º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #65888B is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 136 | 139 | - |
| CMYK | 0.27 | 0.02 | 0 | 0.45 |
| HSL | 184.74º | 0.16% | 0.47% | - |
| HSV(B) | 184.74º | 0.27% | 0.55% | - |
| XYZ | 18.83 | 22.24 | 27.73 | - |
| YUV | 125.88 | 135.4 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 136 | 139 | 0.27 | 0.02 | 0 | 0.45 | 184.74 | 0.16 | 0.47 |
| Hex | 65 | 88 | 8B | 1B | 2 | 0 | 2D | B9 | 10 | 2F |
| Octal | 145 | 210 | 213 | 33 | 2 | 0 | 55 | 271 | 20 | 57 |
| Binary | 1100101 | 10001000 | 10001011 | 11011 | 10 | 0 | 101101 | 10111001 | 10000 | 101111 |
Color Harmonies of #65888B
Complementary color
Monochromatic Colors of #65888B
Black with #65888B
Text Example
Text Example
White with #65888B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65888B; }
p { color: rgb(101,136,139); }
H1.HeaderClassName
{
color: #65888B;
}
.AnyTagClassName
{
color: #65888B;
}
</style>
background-color css
<style>
a { background-color: #65888B; }
a { background-color: rgb(101,136,139); }
div.DivClassName
{
background-color: #65888B;
}
.BgClassName
{
background-color: #65888B;
}
</style>
border-color css
<style>
span { border-color: #65888B; }
span { border-color: rgb(101,136,139); }
td.TdClassName
{
border-color: #65888B;
}
.TagClassName
{
border-color: #65888B;
}
</style>