Shades of Blue Stone #20655D
Tints of Blue Stone #20655D
RGB
CMYK
RGB Variations
Color information
#20655D (or 0x20655D) is known color: Blue Stone. HEX triplet: 20, 65 and 5D. RGB value is (32,101,93). Sum of RGB (Red+Green+Blue) = 32+101+93=226 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.16% from 226); Green value is 101 (39.84% from 255 or 44.69% from 226); Blue value is 93 (36.72% from 255 or 41.15% from 226); Max value from RGB is 101 - color contains mainly: green. Hex color #20655D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20655D is #DF9AA2. Grayscale: #4F4F4F. Windows color (decimal): -14654115 or 6120736. OLE color: 6120736.
HSL color Cylindrical-coordinate representation of color #20655D: hue angle of 173.04º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #20655D is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 32 | 101 | 93 | - |
| CMYK | 0.68 | 0 | 0.08 | 0.60 |
| HSL | 173.04º | 0.52% | 0.26% | - |
| HSV(B) | 173.04º | 0.68% | 0.4% | - |
| XYZ | 7.23 | 10.4 | 11.98 | - |
| YUV | 79.46 | 135.64 | 94.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 101 | 93 | 0.68 | 0 | 0.08 | 0.60 | 173.04 | 0.52 | 0.26 |
| Hex | 20 | 65 | 5D | 44 | 0 | 8 | 3C | AD | 34 | 1A |
| Octal | 40 | 145 | 135 | 104 | 0 | 10 | 74 | 255 | 64 | 32 |
| Binary | 100000 | 1100101 | 1011101 | 1000100 | 0 | 1000 | 111100 | 10101101 | 110100 | 11010 |
Color Harmonies of #20655D
Complementary color
Monochromatic Colors of #20655D
Black with #20655D
Text Example
Text Example
White with #20655D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20655D; }
p { color: rgb(32,101,93); }
H1.HeaderClassName
{
color: #20655D;
}
.AnyTagClassName
{
color: #20655D;
}
</style>
background-color css
<style>
a { background-color: #20655D; }
a { background-color: rgb(32,101,93); }
div.DivClassName
{
background-color: #20655D;
}
.BgClassName
{
background-color: #20655D;
}
</style>
border-color css
<style>
span { border-color: #20655D; }
span { border-color: rgb(32,101,93); }
td.TdClassName
{
border-color: #20655D;
}
.TagClassName
{
border-color: #20655D;
}
</style>