Shades of Gothic #65838A
Tints of Gothic #65838A
RGB
CMYK
RGB Variations
Color information
#65838A (or 0x65838A) is known color: Gothic. HEX triplet: 65, 83 and 8A. RGB value is (101,131,138). Sum of RGB (Red+Green+Blue) = 101+131+138=370 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.30% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 138 - color contains mainly: blue. Hex color #65838A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65838A is #9A7C75. Grayscale: #7A7A7A. Windows color (decimal): -10124406 or 9077605. OLE color: 9077605.
HSL color Cylindrical-coordinate representation of color #65838A: hue angle of 191.35º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #65838A is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 101 | 131 | 138 | - |
| CMYK | 0.27 | 0.05 | 0 | 0.46 |
| HSL | 191.35º | 0.15% | 0.47% | - |
| HSV(B) | 191.35º | 0.27% | 0.54% | - |
| XYZ | 18.07 | 20.83 | 27.11 | - |
| YUV | 122.83 | 136.56 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 131 | 138 | 0.27 | 0.05 | 0 | 0.46 | 191.35 | 0.15 | 0.47 |
| Hex | 65 | 83 | 8A | 1B | 5 | 0 | 2E | BF | F | 2F |
| Octal | 145 | 203 | 212 | 33 | 5 | 0 | 56 | 277 | 17 | 57 |
| Binary | 1100101 | 10000011 | 10001010 | 11011 | 101 | 0 | 101110 | 10111111 | 1111 | 101111 |
Color Harmonies of #65838A
Complementary color
Monochromatic Colors of #65838A
Black with #65838A
Text Example
Text Example
White with #65838A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65838A; }
p { color: rgb(101,131,138); }
H1.HeaderClassName
{
color: #65838A;
}
.AnyTagClassName
{
color: #65838A;
}
</style>
background-color css
<style>
a { background-color: #65838A; }
a { background-color: rgb(101,131,138); }
div.DivClassName
{
background-color: #65838A;
}
.BgClassName
{
background-color: #65838A;
}
</style>
border-color css
<style>
span { border-color: #65838A; }
span { border-color: rgb(101,131,138); }
td.TdClassName
{
border-color: #65838A;
}
.TagClassName
{
border-color: #65838A;
}
</style>