Shades of Blue Stone #205D65
Tints of Blue Stone #205D65
RGB
CMYK
RGB Variations
Color information
#205D65 (or 0x205D65) is known color: Blue Stone. HEX triplet: 20, 5D and 65. RGB value is (32,93,101). Sum of RGB (Red+Green+Blue) = 32+93+101=226 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.16% from 226); Green value is 93 (36.72% from 255 or 41.15% from 226); Blue value is 101 (39.84% from 255 or 44.69% from 226); Max value from RGB is 101 - color contains mainly: blue. Hex color #205D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205D65 is #DFA29A. Grayscale: #4B4B4B. Windows color (decimal): -14656155 or 6642976. OLE color: 6642976.
HSL color Cylindrical-coordinate representation of color #205D65: hue angle of 186.96º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #205D65 is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 32 | 93 | 101 | - |
| CMYK | 0.68 | 0.08 | 0 | 0.60 |
| HSL | 186.96º | 0.52% | 0.26% | - |
| HSV(B) | 186.96º | 0.68% | 0.4% | - |
| XYZ | 6.86 | 9.08 | 13.7 | - |
| YUV | 75.67 | 142.29 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 93 | 101 | 0.68 | 0.08 | 0 | 0.60 | 186.96 | 0.52 | 0.26 |
| Hex | 20 | 5D | 65 | 44 | 8 | 0 | 3C | BB | 34 | 1A |
| Octal | 40 | 135 | 145 | 104 | 10 | 0 | 74 | 273 | 64 | 32 |
| Binary | 100000 | 1011101 | 1100101 | 1000100 | 1000 | 0 | 111100 | 10111011 | 110100 | 11010 |
Color Harmonies of #205D65
Complementary color
Monochromatic Colors of #205D65
Black with #205D65
Text Example
Text Example
White with #205D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205D65; }
p { color: rgb(32,93,101); }
H1.HeaderClassName
{
color: #205D65;
}
.AnyTagClassName
{
color: #205D65;
}
</style>
background-color css
<style>
a { background-color: #205D65; }
a { background-color: rgb(32,93,101); }
div.DivClassName
{
background-color: #205D65;
}
.BgClassName
{
background-color: #205D65;
}
</style>
border-color css
<style>
span { border-color: #205D65; }
span { border-color: rgb(32,93,101); }
td.TdClassName
{
border-color: #205D65;
}
.TagClassName
{
border-color: #205D65;
}
</style>