Shades of Blue Stone #20585F
Tints of Blue Stone #20585F
RGB
CMYK
RGB Variations
Color information
#20585F (or 0x20585F) is known color: Blue Stone. HEX triplet: 20, 58 and 5F. RGB value is (32,88,95). Sum of RGB (Red+Green+Blue) = 32+88+95=215 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.88% from 215); Green value is 88 (34.77% from 255 or 40.93% from 215); Blue value is 95 (37.5% from 255 or 44.19% from 215); Max value from RGB is 95 - color contains mainly: blue. Hex color #20585F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20585F is #DFA7A0. Grayscale: #474747. Windows color (decimal): -14657441 or 6248480. OLE color: 6248480.
HSL color Cylindrical-coordinate representation of color #20585F: hue angle of 186.67º 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 #20585F is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 32 | 88 | 95 | - |
| CMYK | 0.66 | 0.07 | 0 | 0.63 |
| HSL | 186.67º | 0.5% | 0.25% | - |
| HSV(B) | 186.67º | 0.66% | 0.37% | - |
| XYZ | 6.15 | 8.11 | 12.07 | - |
| YUV | 72.05 | 140.95 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 88 | 95 | 0.66 | 0.07 | 0 | 0.63 | 186.67 | 0.5 | 0.25 |
| Hex | 20 | 58 | 5F | 42 | 7 | 0 | 3F | BB | 32 | 19 |
| Octal | 40 | 130 | 137 | 102 | 7 | 0 | 77 | 273 | 62 | 31 |
| Binary | 100000 | 1011000 | 1011111 | 1000010 | 111 | 0 | 111111 | 10111011 | 110010 | 11001 |
Color Harmonies of #20585F
Complementary color
Monochromatic Colors of #20585F
Black with #20585F
Text Example
Text Example
White with #20585F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20585F; }
p { color: rgb(32,88,95); }
H1.HeaderClassName
{
color: #20585F;
}
.AnyTagClassName
{
color: #20585F;
}
</style>
background-color css
<style>
a { background-color: #20585F; }
a { background-color: rgb(32,88,95); }
div.DivClassName
{
background-color: #20585F;
}
.BgClassName
{
background-color: #20585F;
}
</style>
border-color css
<style>
span { border-color: #20585F; }
span { border-color: rgb(32,88,95); }
td.TdClassName
{
border-color: #20585F;
}
.TagClassName
{
border-color: #20585F;
}
</style>