Shades of Blue Stone #205960
Tints of Blue Stone #205960
RGB
CMYK
RGB Variations
Color information
#205960 (or 0x205960) is known color: Blue Stone. HEX triplet: 20, 59 and 60. RGB value is (32,89,96). Sum of RGB (Red+Green+Blue) = 32+89+96=217 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.75% from 217); Green value is 89 (35.16% from 255 or 41.01% from 217); Blue value is 96 (37.89% from 255 or 44.24% from 217); Max value from RGB is 96 - color contains mainly: blue. Hex color #205960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205960 is #DFA69F. Grayscale: #484848. Windows color (decimal): -14657184 or 6314272. OLE color: 6314272.
HSL color Cylindrical-coordinate representation of color #205960: hue angle of 186.56º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #205960 is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 89 | 96 | - |
| CMYK | 0.67 | 0.07 | 0 | 0.62 |
| HSL | 186.56º | 0.5% | 0.25% | - |
| HSV(B) | 186.56º | 0.67% | 0.38% | - |
| XYZ | 6.28 | 8.3 | 12.34 | - |
| YUV | 72.76 | 141.12 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 89 | 96 | 0.67 | 0.07 | 0 | 0.62 | 186.56 | 0.5 | 0.25 |
| Hex | 20 | 59 | 60 | 43 | 7 | 0 | 3E | BB | 32 | 19 |
| Octal | 40 | 131 | 140 | 103 | 7 | 0 | 76 | 273 | 62 | 31 |
| Binary | 100000 | 1011001 | 1100000 | 1000011 | 111 | 0 | 111110 | 10111011 | 110010 | 11001 |
Color Harmonies of #205960
Complementary color
Monochromatic Colors of #205960
Black with #205960
Text Example
Text Example
White with #205960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205960; }
p { color: rgb(32,89,96); }
H1.HeaderClassName
{
color: #205960;
}
.AnyTagClassName
{
color: #205960;
}
</style>
background-color css
<style>
a { background-color: #205960; }
a { background-color: rgb(32,89,96); }
div.DivClassName
{
background-color: #205960;
}
.BgClassName
{
background-color: #205960;
}
</style>
border-color css
<style>
span { border-color: #205960; }
span { border-color: rgb(32,89,96); }
td.TdClassName
{
border-color: #205960;
}
.TagClassName
{
border-color: #205960;
}
</style>