Shades of Blue Stone #20595D
Tints of Blue Stone #20595D
RGB
CMYK
RGB Variations
Color information
#20595D (or 0x20595D) is known color: Blue Stone. HEX triplet: 20, 59 and 5D. RGB value is (32,89,93). Sum of RGB (Red+Green+Blue) = 32+89+93=214 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.95% from 214); Green value is 89 (35.16% from 255 or 41.59% from 214); Blue value is 93 (36.72% from 255 or 43.46% from 214); Max value from RGB is 93 - color contains mainly: blue. Hex color #20595D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20595D is #DFA6A2. Grayscale: #484848. Windows color (decimal): -14657187 or 6117664. OLE color: 6117664.
HSL color Cylindrical-coordinate representation of color #20595D: hue angle of 183.93º 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 #20595D is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 89 | 93 | - |
| CMYK | 0.66 | 0.04 | 0 | 0.64 |
| HSL | 183.93º | 0.49% | 0.25% | - |
| HSV(B) | 183.93º | 0.66% | 0.36% | - |
| XYZ | 6.14 | 8.24 | 11.62 | - |
| YUV | 72.41 | 139.62 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 89 | 93 | 0.66 | 0.04 | 0 | 0.64 | 183.93 | 0.49 | 0.25 |
| Hex | 20 | 59 | 5D | 42 | 4 | 0 | 40 | B8 | 31 | 19 |
| Octal | 40 | 131 | 135 | 102 | 4 | 0 | 100 | 270 | 61 | 31 |
| Binary | 100000 | 1011001 | 1011101 | 1000010 | 100 | 0 | 1000000 | 10111000 | 110001 | 11001 |
Color Harmonies of #20595D
Complementary color
Monochromatic Colors of #20595D
Black with #20595D
Text Example
Text Example
White with #20595D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20595D; }
p { color: rgb(32,89,93); }
H1.HeaderClassName
{
color: #20595D;
}
.AnyTagClassName
{
color: #20595D;
}
</style>
background-color css
<style>
a { background-color: #20595D; }
a { background-color: rgb(32,89,93); }
div.DivClassName
{
background-color: #20595D;
}
.BgClassName
{
background-color: #20595D;
}
</style>
border-color css
<style>
span { border-color: #20595D; }
span { border-color: rgb(32,89,93); }
td.TdClassName
{
border-color: #20595D;
}
.TagClassName
{
border-color: #20595D;
}
</style>