Shades of Blue Stone #20605D
Tints of Blue Stone #20605D
RGB
CMYK
RGB Variations
Color information
#20605D (or 0x20605D) is known color: Blue Stone. HEX triplet: 20, 60 and 5D. RGB value is (32,96,93). Sum of RGB (Red+Green+Blue) = 32+96+93=221 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.48% from 221); Green value is 96 (37.89% from 255 or 43.44% from 221); Blue value is 93 (36.72% from 255 or 42.08% from 221); Max value from RGB is 96 - color contains mainly: green. Hex color #20605D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20605D is #DF9FA2. Grayscale: #4C4C4C. Windows color (decimal): -14655395 or 6119456. OLE color: 6119456.
HSL color Cylindrical-coordinate representation of color #20605D: hue angle of 177.19º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #20605D is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 96 | 93 | - |
| CMYK | 0.67 | 0 | 0.03 | 0.62 |
| HSL | 177.19º | 0.5% | 0.25% | - |
| HSV(B) | 177.19º | 0.67% | 0.38% | - |
| XYZ | 6.75 | 9.46 | 11.83 | - |
| YUV | 76.52 | 137.3 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 96 | 93 | 0.67 | 0 | 0.03 | 0.62 | 177.19 | 0.5 | 0.25 |
| Hex | 20 | 60 | 5D | 43 | 0 | 3 | 3E | B1 | 32 | 19 |
| Octal | 40 | 140 | 135 | 103 | 0 | 3 | 76 | 261 | 62 | 31 |
| Binary | 100000 | 1100000 | 1011101 | 1000011 | 0 | 11 | 111110 | 10110001 | 110010 | 11001 |
Color Harmonies of #20605D
Complementary color
Monochromatic Colors of #20605D
Black with #20605D
Text Example
Text Example
White with #20605D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20605D; }
p { color: rgb(32,96,93); }
H1.HeaderClassName
{
color: #20605D;
}
.AnyTagClassName
{
color: #20605D;
}
</style>
background-color css
<style>
a { background-color: #20605D; }
a { background-color: rgb(32,96,93); }
div.DivClassName
{
background-color: #20605D;
}
.BgClassName
{
background-color: #20605D;
}
</style>
border-color css
<style>
span { border-color: #20605D; }
span { border-color: rgb(32,96,93); }
td.TdClassName
{
border-color: #20605D;
}
.TagClassName
{
border-color: #20605D;
}
</style>