Shades of Blue Stone #205D5C
Tints of Blue Stone #205D5C
RGB
CMYK
RGB Variations
Color information
#205D5C (or 0x205D5C) is known color: Blue Stone. HEX triplet: 20, 5D and 5C. RGB value is (32,93,92). Sum of RGB (Red+Green+Blue) = 32+93+92=217 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.75% from 217); Green value is 93 (36.72% from 255 or 42.86% from 217); Blue value is 92 (36.33% from 255 or 42.40% from 217); Max value from RGB is 93 - color contains mainly: green. Hex color #205D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205D5C is #DFA2A3. Grayscale: #4A4A4A. Windows color (decimal): -14656164 or 6053152. OLE color: 6053152.
HSL color Cylindrical-coordinate representation of color #205D5C: hue angle of 179.02º 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 #205D5C is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 93 | 92 | - |
| CMYK | 0.66 | 0 | 0.01 | 0.64 |
| HSL | 179.02º | 0.49% | 0.25% | - |
| HSV(B) | 179.02º | 0.66% | 0.36% | - |
| XYZ | 6.44 | 8.91 | 11.51 | - |
| YUV | 74.65 | 137.79 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 93 | 92 | 0.66 | 0 | 0.01 | 0.64 | 179.02 | 0.49 | 0.25 |
| Hex | 20 | 5D | 5C | 42 | 0 | 1 | 40 | B3 | 31 | 19 |
| Octal | 40 | 135 | 134 | 102 | 0 | 1 | 100 | 263 | 61 | 31 |
| Binary | 100000 | 1011101 | 1011100 | 1000010 | 0 | 1 | 1000000 | 10110011 | 110001 | 11001 |
Color Harmonies of #205D5C
Complementary color
Monochromatic Colors of #205D5C
Black with #205D5C
Text Example
Text Example
White with #205D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205D5C; }
p { color: rgb(32,93,92); }
H1.HeaderClassName
{
color: #205D5C;
}
.AnyTagClassName
{
color: #205D5C;
}
</style>
background-color css
<style>
a { background-color: #205D5C; }
a { background-color: rgb(32,93,92); }
div.DivClassName
{
background-color: #205D5C;
}
.BgClassName
{
background-color: #205D5C;
}
</style>
border-color css
<style>
span { border-color: #205D5C; }
span { border-color: rgb(32,93,92); }
td.TdClassName
{
border-color: #205D5C;
}
.TagClassName
{
border-color: #205D5C;
}
</style>