Shades of Blue Stone #205D5A
Tints of Blue Stone #205D5A
RGB
CMYK
RGB Variations
Color information
#205D5A (or 0x205D5A) is known color: Blue Stone. HEX triplet: 20, 5D and 5A. RGB value is (32,93,90). Sum of RGB (Red+Green+Blue) = 32+93+90=215 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.88% from 215); Green value is 93 (36.72% from 255 or 43.26% from 215); Blue value is 90 (35.55% from 255 or 41.86% from 215); Max value from RGB is 93 - color contains mainly: green. Hex color #205D5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205D5A is #DFA2A5. Grayscale: #4A4A4A. Windows color (decimal): -14656166 or 5922080. OLE color: 5922080.
HSL color Cylindrical-coordinate representation of color #205D5A: hue angle of 177.05º 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 #205D5A is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 93 | 90 | - |
| CMYK | 0.66 | 0 | 0.03 | 0.64 |
| HSL | 177.05º | 0.49% | 0.25% | - |
| HSV(B) | 177.05º | 0.66% | 0.36% | - |
| XYZ | 6.36 | 8.87 | 11.05 | - |
| YUV | 74.42 | 136.79 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 93 | 90 | 0.66 | 0 | 0.03 | 0.64 | 177.05 | 0.49 | 0.25 |
| Hex | 20 | 5D | 5A | 42 | 0 | 3 | 40 | B1 | 31 | 19 |
| Octal | 40 | 135 | 132 | 102 | 0 | 3 | 100 | 261 | 61 | 31 |
| Binary | 100000 | 1011101 | 1011010 | 1000010 | 0 | 11 | 1000000 | 10110001 | 110001 | 11001 |
Color Harmonies of #205D5A
Complementary color
Monochromatic Colors of #205D5A
Black with #205D5A
Text Example
Text Example
White with #205D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205D5A; }
p { color: rgb(32,93,90); }
H1.HeaderClassName
{
color: #205D5A;
}
.AnyTagClassName
{
color: #205D5A;
}
</style>
background-color css
<style>
a { background-color: #205D5A; }
a { background-color: rgb(32,93,90); }
div.DivClassName
{
background-color: #205D5A;
}
.BgClassName
{
background-color: #205D5A;
}
</style>
border-color css
<style>
span { border-color: #205D5A; }
span { border-color: rgb(32,93,90); }
td.TdClassName
{
border-color: #205D5A;
}
.TagClassName
{
border-color: #205D5A;
}
</style>