Shades of Blue Stone #205D5B
Tints of Blue Stone #205D5B
RGB
CMYK
RGB Variations
Color information
#205D5B (or 0x205D5B) is known color: Blue Stone. HEX triplet: 20, 5D and 5B. RGB value is (32,93,91). Sum of RGB (Red+Green+Blue) = 32+93+91=216 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.81% from 216); Green value is 93 (36.72% from 255 or 43.06% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 93 - color contains mainly: green. Hex color #205D5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205D5B is #DFA2A4. Grayscale: #4A4A4A. Windows color (decimal): -14656165 or 5987616. OLE color: 5987616.
HSL color Cylindrical-coordinate representation of color #205D5B: hue angle of 178.03º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #205D5B is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 93 | 91 | - |
| CMYK | 0.66 | 0 | 0.02 | 0.64 |
| HSL | 178.03º | 0.49% | 0.25% | - |
| HSV(B) | 178.03º | 0.66% | 0.36% | - |
| XYZ | 6.4 | 8.89 | 11.28 | - |
| YUV | 74.53 | 137.29 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 93 | 91 | 0.66 | 0 | 0.02 | 0.64 | 178.03 | 0.49 | 0.25 |
| Hex | 20 | 5D | 5B | 42 | 0 | 2 | 40 | B2 | 31 | 19 |
| Octal | 40 | 135 | 133 | 102 | 0 | 2 | 100 | 262 | 61 | 31 |
| Binary | 100000 | 1011101 | 1011011 | 1000010 | 0 | 10 | 1000000 | 10110010 | 110001 | 11001 |
Color Harmonies of #205D5B
Complementary color
Monochromatic Colors of #205D5B
Black with #205D5B
Text Example
Text Example
White with #205D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205D5B; }
p { color: rgb(32,93,91); }
H1.HeaderClassName
{
color: #205D5B;
}
.AnyTagClassName
{
color: #205D5B;
}
</style>
background-color css
<style>
a { background-color: #205D5B; }
a { background-color: rgb(32,93,91); }
div.DivClassName
{
background-color: #205D5B;
}
.BgClassName
{
background-color: #205D5B;
}
</style>
border-color css
<style>
span { border-color: #205D5B; }
span { border-color: rgb(32,93,91); }
td.TdClassName
{
border-color: #205D5B;
}
.TagClassName
{
border-color: #205D5B;
}
</style>