Shades of Blue Stone #205B63
Tints of Blue Stone #205B63
RGB
CMYK
RGB Variations
Color information
#205B63 (or 0x205B63) is known color: Blue Stone. HEX triplet: 20, 5B and 63. RGB value is (32,91,99). Sum of RGB (Red+Green+Blue) = 32+91+99=222 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.41% from 222); Green value is 91 (35.94% from 255 or 40.99% from 222); Blue value is 99 (39.06% from 255 or 44.59% from 222); Max value from RGB is 99 - color contains mainly: blue. Hex color #205B63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205B63 is #DFA49C. Grayscale: #4A4A4A. Windows color (decimal): -14656669 or 6511392. OLE color: 6511392.
HSL color Cylindrical-coordinate representation of color #205B63: hue angle of 187.16º 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 #205B63 is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 32 | 91 | 99 | - |
| CMYK | 0.68 | 0.08 | 0 | 0.61 |
| HSL | 187.16º | 0.51% | 0.26% | - |
| HSV(B) | 187.16º | 0.68% | 0.39% | - |
| XYZ | 6.59 | 8.69 | 13.13 | - |
| YUV | 74.27 | 141.95 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 91 | 99 | 0.68 | 0.08 | 0 | 0.61 | 187.16 | 0.51 | 0.26 |
| Hex | 20 | 5B | 63 | 44 | 8 | 0 | 3D | BB | 33 | 1A |
| Octal | 40 | 133 | 143 | 104 | 10 | 0 | 75 | 273 | 63 | 32 |
| Binary | 100000 | 1011011 | 1100011 | 1000100 | 1000 | 0 | 111101 | 10111011 | 110011 | 11010 |
Color Harmonies of #205B63
Complementary color
Monochromatic Colors of #205B63
Black with #205B63
Text Example
Text Example
White with #205B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205B63; }
p { color: rgb(32,91,99); }
H1.HeaderClassName
{
color: #205B63;
}
.AnyTagClassName
{
color: #205B63;
}
</style>
background-color css
<style>
a { background-color: #205B63; }
a { background-color: rgb(32,91,99); }
div.DivClassName
{
background-color: #205B63;
}
.BgClassName
{
background-color: #205B63;
}
</style>
border-color css
<style>
span { border-color: #205B63; }
span { border-color: rgb(32,91,99); }
td.TdClassName
{
border-color: #205B63;
}
.TagClassName
{
border-color: #205B63;
}
</style>