Shades of Blue Stone #20585D
Tints of Blue Stone #20585D
RGB
CMYK
RGB Variations
Color information
#20585D (or 0x20585D) is known color: Blue Stone. HEX triplet: 20, 58 and 5D. RGB value is (32,88,93). Sum of RGB (Red+Green+Blue) = 32+88+93=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 88 (34.77% from 255 or 41.31% from 213); Blue value is 93 (36.72% from 255 or 43.66% from 213); Max value from RGB is 93 - color contains mainly: blue. Hex color #20585D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20585D is #DFA7A2. Grayscale: #474747. Windows color (decimal): -14657443 or 6117408. OLE color: 6117408.
HSL color Cylindrical-coordinate representation of color #20585D: hue angle of 184.92º 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 #20585D is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 88 | 93 | - |
| CMYK | 0.66 | 0.05 | 0 | 0.64 |
| HSL | 184.92º | 0.49% | 0.25% | - |
| HSV(B) | 184.92º | 0.66% | 0.36% | - |
| XYZ | 6.06 | 8.08 | 11.6 | - |
| YUV | 71.83 | 139.95 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 88 | 93 | 0.66 | 0.05 | 0 | 0.64 | 184.92 | 0.49 | 0.25 |
| Hex | 20 | 58 | 5D | 42 | 5 | 0 | 40 | B9 | 31 | 19 |
| Octal | 40 | 130 | 135 | 102 | 5 | 0 | 100 | 271 | 61 | 31 |
| Binary | 100000 | 1011000 | 1011101 | 1000010 | 101 | 0 | 1000000 | 10111001 | 110001 | 11001 |
Color Harmonies of #20585D
Complementary color
Monochromatic Colors of #20585D
Black with #20585D
Text Example
Text Example
White with #20585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20585D; }
p { color: rgb(32,88,93); }
H1.HeaderClassName
{
color: #20585D;
}
.AnyTagClassName
{
color: #20585D;
}
</style>
background-color css
<style>
a { background-color: #20585D; }
a { background-color: rgb(32,88,93); }
div.DivClassName
{
background-color: #20585D;
}
.BgClassName
{
background-color: #20585D;
}
</style>
border-color css
<style>
span { border-color: #20585D; }
span { border-color: rgb(32,88,93); }
td.TdClassName
{
border-color: #20585D;
}
.TagClassName
{
border-color: #20585D;
}
</style>