Shades of Gothic #659196
Tints of Gothic #659196
RGB
CMYK
RGB Variations
Color information
#659196 (or 0x659196) is known color: Gothic. HEX triplet: 65, 91 and 96. RGB value is (101,145,150). Sum of RGB (Red+Green+Blue) = 101+145+150=396 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.51% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 150 (58.98% from 255 or 37.88% from 396); Max value from RGB is 150 - color contains mainly: blue. Hex color #659196 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659196 is #9A6E69. Grayscale: #848484. Windows color (decimal): -10120810 or 9867621. OLE color: 9867621.
HSL color Cylindrical-coordinate representation of color #659196: hue angle of 186.12º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #659196 is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 101 | 145 | 150 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.41 |
| HSL | 186.12º | 0.2% | 0.49% | - |
| HSV(B) | 186.12º | 0.33% | 0.59% | - |
| XYZ | 21 | 25.22 | 32.62 | - |
| YUV | 132.41 | 137.92 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 145 | 150 | 0.33 | 0.03 | 0 | 0.41 | 186.12 | 0.2 | 0.49 |
| Hex | 65 | 91 | 96 | 21 | 3 | 0 | 29 | BA | 14 | 31 |
| Octal | 145 | 221 | 226 | 41 | 3 | 0 | 51 | 272 | 24 | 61 |
| Binary | 1100101 | 10010001 | 10010110 | 100001 | 11 | 0 | 101001 | 10111010 | 10100 | 110001 |
Color Harmonies of #659196
Complementary color
Monochromatic Colors of #659196
Black with #659196
Text Example
Text Example
White with #659196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659196; }
p { color: rgb(101,145,150); }
H1.HeaderClassName
{
color: #659196;
}
.AnyTagClassName
{
color: #659196;
}
</style>
background-color css
<style>
a { background-color: #659196; }
a { background-color: rgb(101,145,150); }
div.DivClassName
{
background-color: #659196;
}
.BgClassName
{
background-color: #659196;
}
</style>
border-color css
<style>
span { border-color: #659196; }
span { border-color: rgb(101,145,150); }
td.TdClassName
{
border-color: #659196;
}
.TagClassName
{
border-color: #659196;
}
</style>