Shades of Gothic #65858E
Tints of Gothic #65858E
RGB
CMYK
RGB Variations
Color information
#65858E (or 0x65858E) is known color: Gothic. HEX triplet: 65, 85 and 8E. RGB value is (101,133,142). Sum of RGB (Red+Green+Blue) = 101+133+142=376 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.86% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 142 - color contains mainly: blue. Hex color #65858E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65858E is #9A7A71. Grayscale: #7C7C7C. Windows color (decimal): -10123890 or 9340261. OLE color: 9340261.
HSL color Cylindrical-coordinate representation of color #65858E: hue angle of 193.17º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #65858E is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 133 | 142 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.44 |
| HSL | 193.17º | 0.17% | 0.48% | - |
| HSV(B) | 193.17º | 0.29% | 0.56% | - |
| XYZ | 18.64 | 21.49 | 28.76 | - |
| YUV | 124.46 | 137.9 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 133 | 142 | 0.29 | 0.06 | 0 | 0.44 | 193.17 | 0.17 | 0.48 |
| Hex | 65 | 85 | 8E | 1D | 6 | 0 | 2C | C1 | 11 | 30 |
| Octal | 145 | 205 | 216 | 35 | 6 | 0 | 54 | 301 | 21 | 60 |
| Binary | 1100101 | 10000101 | 10001110 | 11101 | 110 | 0 | 101100 | 11000001 | 10001 | 110000 |
Color Harmonies of #65858E
Complementary color
Monochromatic Colors of #65858E
Black with #65858E
Text Example
Text Example
White with #65858E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65858E; }
p { color: rgb(101,133,142); }
H1.HeaderClassName
{
color: #65858E;
}
.AnyTagClassName
{
color: #65858E;
}
</style>
background-color css
<style>
a { background-color: #65858E; }
a { background-color: rgb(101,133,142); }
div.DivClassName
{
background-color: #65858E;
}
.BgClassName
{
background-color: #65858E;
}
</style>
border-color css
<style>
span { border-color: #65858E; }
span { border-color: rgb(101,133,142); }
td.TdClassName
{
border-color: #65858E;
}
.TagClassName
{
border-color: #65858E;
}
</style>