Shades of Blue Stone #205963
Tints of Blue Stone #205963
RGB
CMYK
RGB Variations
Color information
#205963 (or 0x205963) is known color: Blue Stone. HEX triplet: 20, 59 and 63. RGB value is (32,89,99). Sum of RGB (Red+Green+Blue) = 32+89+99=220 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.55% from 220); Green value is 89 (35.16% from 255 or 40.45% from 220); Blue value is 99 (39.06% from 255 or 45% from 220); Max value from RGB is 99 - color contains mainly: blue. Hex color #205963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205963 is #DFA69C. Grayscale: #494949. Windows color (decimal): -14657181 or 6510880. OLE color: 6510880.
HSL color Cylindrical-coordinate representation of color #205963: hue angle of 188.96º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #205963 is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 32 | 89 | 99 | - |
| CMYK | 0.68 | 0.10 | 0 | 0.61 |
| HSL | 188.96º | 0.51% | 0.26% | - |
| HSV(B) | 188.96º | 0.68% | 0.39% | - |
| XYZ | 6.42 | 8.35 | 13.08 | - |
| YUV | 73.1 | 142.62 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 89 | 99 | 0.68 | 0.10 | 0 | 0.61 | 188.96 | 0.51 | 0.26 |
| Hex | 20 | 59 | 63 | 44 | A | 0 | 3D | BD | 33 | 1A |
| Octal | 40 | 131 | 143 | 104 | 12 | 0 | 75 | 275 | 63 | 32 |
| Binary | 100000 | 1011001 | 1100011 | 1000100 | 1010 | 0 | 111101 | 10111101 | 110011 | 11010 |
Color Harmonies of #205963
Complementary color
Monochromatic Colors of #205963
Black with #205963
Text Example
Text Example
White with #205963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205963; }
p { color: rgb(32,89,99); }
H1.HeaderClassName
{
color: #205963;
}
.AnyTagClassName
{
color: #205963;
}
</style>
background-color css
<style>
a { background-color: #205963; }
a { background-color: rgb(32,89,99); }
div.DivClassName
{
background-color: #205963;
}
.BgClassName
{
background-color: #205963;
}
</style>
border-color css
<style>
span { border-color: #205963; }
span { border-color: rgb(32,89,99); }
td.TdClassName
{
border-color: #205963;
}
.TagClassName
{
border-color: #205963;
}
</style>