Shades of Blue Stone #20575F
Tints of Blue Stone #20575F
RGB
CMYK
RGB Variations
Color information
#20575F (or 0x20575F) is known color: Blue Stone. HEX triplet: 20, 57 and 5F. RGB value is (32,87,95). Sum of RGB (Red+Green+Blue) = 32+87+95=214 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.95% from 214); Green value is 87 (34.38% from 255 or 40.65% from 214); Blue value is 95 (37.5% from 255 or 44.39% from 214); Max value from RGB is 95 - color contains mainly: blue. Hex color #20575F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20575F is #DFA8A0. Grayscale: #474747. Windows color (decimal): -14657697 or 6248224. OLE color: 6248224.
HSL color Cylindrical-coordinate representation of color #20575F: hue angle of 187.62º degrees, saturation: 0.5, 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 #20575F is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 32 | 87 | 95 | - |
| CMYK | 0.66 | 0.08 | 0 | 0.63 |
| HSL | 187.62º | 0.5% | 0.25% | - |
| HSV(B) | 187.62º | 0.66% | 0.37% | - |
| XYZ | 6.07 | 7.95 | 12.04 | - |
| YUV | 71.47 | 141.28 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 87 | 95 | 0.66 | 0.08 | 0 | 0.63 | 187.62 | 0.5 | 0.25 |
| Hex | 20 | 57 | 5F | 42 | 8 | 0 | 3F | BC | 32 | 19 |
| Octal | 40 | 127 | 137 | 102 | 10 | 0 | 77 | 274 | 62 | 31 |
| Binary | 100000 | 1010111 | 1011111 | 1000010 | 1000 | 0 | 111111 | 10111100 | 110010 | 11001 |
Color Harmonies of #20575F
Complementary color
Monochromatic Colors of #20575F
Black with #20575F
Text Example
Text Example
White with #20575F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20575F; }
p { color: rgb(32,87,95); }
H1.HeaderClassName
{
color: #20575F;
}
.AnyTagClassName
{
color: #20575F;
}
</style>
background-color css
<style>
a { background-color: #20575F; }
a { background-color: rgb(32,87,95); }
div.DivClassName
{
background-color: #20575F;
}
.BgClassName
{
background-color: #20575F;
}
</style>
border-color css
<style>
span { border-color: #20575F; }
span { border-color: rgb(32,87,95); }
td.TdClassName
{
border-color: #20575F;
}
.TagClassName
{
border-color: #20575F;
}
</style>