Shades of Gothic #658A8A
Tints of Gothic #658A8A
RGB
CMYK
RGB Variations
Color information
#658A8A (or 0x658A8A) is known color: Gothic. HEX triplet: 65, 8A and 8A. RGB value is (101,138,138). Sum of RGB (Red+Green+Blue) = 101+138+138=377 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.79% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 138 - color contains mainly: green, blue. Hex color #658A8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658A8A is #9A7575. Grayscale: #7E7E7E. Windows color (decimal): -10122614 or 9079397. OLE color: 9079397.
HSL color Cylindrical-coordinate representation of color #658A8A: hue angle of 180º 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 #658A8A is Cyan = 0.27, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 101 | 138 | 138 | - |
| CMYK | 0.27 | 0 | 0 | 0.46 |
| HSL | 180º | 0.15% | 0.47% | - |
| HSV(B) | 180º | 0.27% | 0.54% | - |
| XYZ | 19.04 | 22.78 | 27.44 | - |
| YUV | 126.94 | 134.24 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 138 | 138 | 0.27 | 0 | 0 | 0.46 | 180 | 0.15 | 0.47 |
| Hex | 65 | 8A | 8A | 1B | 0 | 0 | 2E | B4 | F | 2F |
| Octal | 145 | 212 | 212 | 33 | 0 | 0 | 56 | 264 | 17 | 57 |
| Binary | 1100101 | 10001010 | 10001010 | 11011 | 0 | 0 | 101110 | 10110100 | 1111 | 101111 |
Color Harmonies of #658A8A
Complementary color
Monochromatic Colors of #658A8A
Black with #658A8A
Text Example
Text Example
White with #658A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658A8A; }
p { color: rgb(101,138,138); }
H1.HeaderClassName
{
color: #658A8A;
}
.AnyTagClassName
{
color: #658A8A;
}
</style>
background-color css
<style>
a { background-color: #658A8A; }
a { background-color: rgb(101,138,138); }
div.DivClassName
{
background-color: #658A8A;
}
.BgClassName
{
background-color: #658A8A;
}
</style>
border-color css
<style>
span { border-color: #658A8A; }
span { border-color: rgb(101,138,138); }
td.TdClassName
{
border-color: #658A8A;
}
.TagClassName
{
border-color: #658A8A;
}
</style>