Shades of Blue Stone #205D66
Tints of Blue Stone #205D66
RGB
CMYK
RGB Variations
Color information
#205D66 (or 0x205D66) is known color: Blue Stone. HEX triplet: 20, 5D and 66. RGB value is (32,93,102). Sum of RGB (Red+Green+Blue) = 32+93+102=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 93 (36.72% from 255 or 40.97% from 227); Blue value is 102 (40.23% from 255 or 44.93% from 227); Max value from RGB is 102 - color contains mainly: blue. Hex color #205D66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205D66 is #DFA299. Grayscale: #4B4B4B. Windows color (decimal): -14656154 or 6708512. OLE color: 6708512.
HSL color Cylindrical-coordinate representation of color #205D66: hue angle of 187.71º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #205D66 is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 32 | 93 | 102 | - |
| CMYK | 0.69 | 0.09 | 0 | 0.6 |
| HSL | 187.71º | 0.52% | 0.26% | - |
| HSV(B) | 187.71º | 0.69% | 0.4% | - |
| XYZ | 6.91 | 9.1 | 13.96 | - |
| YUV | 75.79 | 142.79 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 93 | 102 | 0.69 | 0.09 | 0 | 0.6 | 187.71 | 0.52 | 0.26 |
| Hex | 20 | 5D | 66 | 45 | 9 | 0 | 3C | BC | 34 | 1A |
| Octal | 40 | 135 | 146 | 105 | 11 | 0 | 74 | 274 | 64 | 32 |
| Binary | 100000 | 1011101 | 1100110 | 1000101 | 1001 | 0 | 111100 | 10111100 | 110100 | 11010 |
Color Harmonies of #205D66
Complementary color
Monochromatic Colors of #205D66
Black with #205D66
Text Example
Text Example
White with #205D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205D66; }
p { color: rgb(32,93,102); }
H1.HeaderClassName
{
color: #205D66;
}
.AnyTagClassName
{
color: #205D66;
}
</style>
background-color css
<style>
a { background-color: #205D66; }
a { background-color: rgb(32,93,102); }
div.DivClassName
{
background-color: #205D66;
}
.BgClassName
{
background-color: #205D66;
}
</style>
border-color css
<style>
span { border-color: #205D66; }
span { border-color: rgb(32,93,102); }
td.TdClassName
{
border-color: #205D66;
}
.TagClassName
{
border-color: #205D66;
}
</style>