Shades of Blue Stone #20575A
Tints of Blue Stone #20575A
RGB
CMYK
RGB Variations
Color information
#20575A (or 0x20575A) is known color: Blue Stone. HEX triplet: 20, 57 and 5A. RGB value is (32,87,90). Sum of RGB (Red+Green+Blue) = 32+87+90=209 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.31% from 209); Green value is 87 (34.38% from 255 or 41.63% from 209); Blue value is 90 (35.55% from 255 or 43.06% from 209); Max value from RGB is 90 - color contains mainly: blue. Hex color #20575A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20575A is #DFA8A5. Grayscale: #464646. Windows color (decimal): -14657702 or 5920544. OLE color: 5920544.
HSL color Cylindrical-coordinate representation of color #20575A: hue angle of 183.1º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #20575A is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 87 | 90 | - |
| CMYK | 0.64 | 0.03 | 0 | 0.65 |
| HSL | 183.1º | 0.48% | 0.24% | - |
| HSV(B) | 183.1º | 0.64% | 0.35% | - |
| XYZ | 5.85 | 7.86 | 10.88 | - |
| YUV | 70.9 | 138.78 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 87 | 90 | 0.64 | 0.03 | 0 | 0.65 | 183.1 | 0.48 | 0.24 |
| Hex | 20 | 57 | 5A | 40 | 3 | 0 | 41 | B7 | 30 | 18 |
| Octal | 40 | 127 | 132 | 100 | 3 | 0 | 101 | 267 | 60 | 30 |
| Binary | 100000 | 1010111 | 1011010 | 1000000 | 11 | 0 | 1000001 | 10110111 | 110000 | 11000 |
Color Harmonies of #20575A
Complementary color
Monochromatic Colors of #20575A
Black with #20575A
Text Example
Text Example
White with #20575A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20575A; }
p { color: rgb(32,87,90); }
H1.HeaderClassName
{
color: #20575A;
}
.AnyTagClassName
{
color: #20575A;
}
</style>
background-color css
<style>
a { background-color: #20575A; }
a { background-color: rgb(32,87,90); }
div.DivClassName
{
background-color: #20575A;
}
.BgClassName
{
background-color: #20575A;
}
</style>
border-color css
<style>
span { border-color: #20575A; }
span { border-color: rgb(32,87,90); }
td.TdClassName
{
border-color: #20575A;
}
.TagClassName
{
border-color: #20575A;
}
</style>