Shades of Blue Stone #205C63
Tints of Blue Stone #205C63
RGB
CMYK
RGB Variations
Color information
#205C63 (or 0x205C63) is known color: Blue Stone. HEX triplet: 20, 5C and 63. RGB value is (32,92,99). Sum of RGB (Red+Green+Blue) = 32+92+99=223 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.35% from 223); Green value is 92 (36.33% from 255 or 41.26% from 223); Blue value is 99 (39.06% from 255 or 44.39% from 223); Max value from RGB is 99 - color contains mainly: blue. Hex color #205C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205C63 is #DFA39C. Grayscale: #4A4A4A. Windows color (decimal): -14656413 or 6511648. OLE color: 6511648.
HSL color Cylindrical-coordinate representation of color #205C63: hue angle of 186.27º 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 #205C63 is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 32 | 92 | 99 | - |
| CMYK | 0.68 | 0.07 | 0 | 0.61 |
| HSL | 186.27º | 0.51% | 0.26% | - |
| HSV(B) | 186.27º | 0.68% | 0.39% | - |
| XYZ | 6.67 | 8.86 | 13.16 | - |
| YUV | 74.86 | 141.62 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 92 | 99 | 0.68 | 0.07 | 0 | 0.61 | 186.27 | 0.51 | 0.26 |
| Hex | 20 | 5C | 63 | 44 | 7 | 0 | 3D | BA | 33 | 1A |
| Octal | 40 | 134 | 143 | 104 | 7 | 0 | 75 | 272 | 63 | 32 |
| Binary | 100000 | 1011100 | 1100011 | 1000100 | 111 | 0 | 111101 | 10111010 | 110011 | 11010 |
Color Harmonies of #205C63
Complementary color
Monochromatic Colors of #205C63
Black with #205C63
Text Example
Text Example
White with #205C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205C63; }
p { color: rgb(32,92,99); }
H1.HeaderClassName
{
color: #205C63;
}
.AnyTagClassName
{
color: #205C63;
}
</style>
background-color css
<style>
a { background-color: #205C63; }
a { background-color: rgb(32,92,99); }
div.DivClassName
{
background-color: #205C63;
}
.BgClassName
{
background-color: #205C63;
}
</style>
border-color css
<style>
span { border-color: #205C63; }
span { border-color: rgb(32,92,99); }
td.TdClassName
{
border-color: #205C63;
}
.TagClassName
{
border-color: #205C63;
}
</style>