Shades of Gothic #65838B
Tints of Gothic #65838B
RGB
CMYK
RGB Variations
Color information
#65838B (or 0x65838B) is known color: Gothic. HEX triplet: 65, 83 and 8B. RGB value is (101,131,139). Sum of RGB (Red+Green+Blue) = 101+131+139=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 139 - color contains mainly: blue. Hex color #65838B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65838B is #9A7C74. Grayscale: #7A7A7A. Windows color (decimal): -10124405 or 9143141. OLE color: 9143141.
HSL color Cylindrical-coordinate representation of color #65838B: hue angle of 192.63º 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 #65838B is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 131 | 139 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.45 |
| HSL | 192.63º | 0.16% | 0.47% | - |
| HSV(B) | 192.63º | 0.27% | 0.55% | - |
| XYZ | 18.14 | 20.86 | 27.5 | - |
| YUV | 122.94 | 137.06 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 131 | 139 | 0.27 | 0.06 | 0 | 0.45 | 192.63 | 0.16 | 0.47 |
| Hex | 65 | 83 | 8B | 1B | 6 | 0 | 2D | C1 | 10 | 2F |
| Octal | 145 | 203 | 213 | 33 | 6 | 0 | 55 | 301 | 20 | 57 |
| Binary | 1100101 | 10000011 | 10001011 | 11011 | 110 | 0 | 101101 | 11000001 | 10000 | 101111 |
Color Harmonies of #65838B
Complementary color
Monochromatic Colors of #65838B
Black with #65838B
Text Example
Text Example
White with #65838B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65838B; }
p { color: rgb(101,131,139); }
H1.HeaderClassName
{
color: #65838B;
}
.AnyTagClassName
{
color: #65838B;
}
</style>
background-color css
<style>
a { background-color: #65838B; }
a { background-color: rgb(101,131,139); }
div.DivClassName
{
background-color: #65838B;
}
.BgClassName
{
background-color: #65838B;
}
</style>
border-color css
<style>
span { border-color: #65838B; }
span { border-color: rgb(101,131,139); }
td.TdClassName
{
border-color: #65838B;
}
.TagClassName
{
border-color: #65838B;
}
</style>