Shades of Blue Stone #20575E
Tints of Blue Stone #20575E
RGB
CMYK
RGB Variations
Color information
#20575E (or 0x20575E) is known color: Blue Stone. HEX triplet: 20, 57 and 5E. RGB value is (32,87,94). Sum of RGB (Red+Green+Blue) = 32+87+94=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 87 (34.38% from 255 or 40.85% from 213); Blue value is 94 (37.11% from 255 or 44.13% from 213); Max value from RGB is 94 - color contains mainly: blue. Hex color #20575E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20575E is #DFA8A1. Grayscale: #474747. Windows color (decimal): -14657698 or 6182688. OLE color: 6182688.
HSL color Cylindrical-coordinate representation of color #20575E: hue angle of 186.77º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #20575E is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 32 | 87 | 94 | - |
| CMYK | 0.66 | 0.07 | 0 | 0.63 |
| HSL | 186.77º | 0.49% | 0.25% | - |
| HSV(B) | 186.77º | 0.66% | 0.37% | - |
| XYZ | 6.02 | 7.93 | 11.8 | - |
| YUV | 71.35 | 140.78 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 87 | 94 | 0.66 | 0.07 | 0 | 0.63 | 186.77 | 0.49 | 0.25 |
| Hex | 20 | 57 | 5E | 42 | 7 | 0 | 3F | BB | 31 | 19 |
| Octal | 40 | 127 | 136 | 102 | 7 | 0 | 77 | 273 | 61 | 31 |
| Binary | 100000 | 1010111 | 1011110 | 1000010 | 111 | 0 | 111111 | 10111011 | 110001 | 11001 |
Color Harmonies of #20575E
Complementary color
Monochromatic Colors of #20575E
Black with #20575E
Text Example
Text Example
White with #20575E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20575E; }
p { color: rgb(32,87,94); }
H1.HeaderClassName
{
color: #20575E;
}
.AnyTagClassName
{
color: #20575E;
}
</style>
background-color css
<style>
a { background-color: #20575E; }
a { background-color: rgb(32,87,94); }
div.DivClassName
{
background-color: #20575E;
}
.BgClassName
{
background-color: #20575E;
}
</style>
border-color css
<style>
span { border-color: #20575E; }
span { border-color: rgb(32,87,94); }
td.TdClassName
{
border-color: #20575E;
}
.TagClassName
{
border-color: #20575E;
}
</style>