Shades of Blue Stone #20565B
Tints of Blue Stone #20565B
RGB
CMYK
RGB Variations
Color information
#20565B (or 0x20565B) is known color: Blue Stone. HEX triplet: 20, 56 and 5B. RGB value is (32,86,91). Sum of RGB (Red+Green+Blue) = 32+86+91=209 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.31% from 209); Green value is 86 (33.98% from 255 or 41.15% from 209); Blue value is 91 (35.94% from 255 or 43.54% from 209); Max value from RGB is 91 - color contains mainly: blue. Hex color #20565B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20565B is #DFA9A4. Grayscale: #464646. Windows color (decimal): -14657957 or 5985824. OLE color: 5985824.
HSL color Cylindrical-coordinate representation of color #20565B: hue angle of 185.08º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #20565B is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 86 | 91 | - |
| CMYK | 0.65 | 0.05 | 0 | 0.64 |
| HSL | 185.08º | 0.48% | 0.24% | - |
| HSV(B) | 185.08º | 0.65% | 0.36% | - |
| XYZ | 5.81 | 7.72 | 11.08 | - |
| YUV | 70.42 | 139.61 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 86 | 91 | 0.65 | 0.05 | 0 | 0.64 | 185.08 | 0.48 | 0.24 |
| Hex | 20 | 56 | 5B | 41 | 5 | 0 | 40 | B9 | 30 | 18 |
| Octal | 40 | 126 | 133 | 101 | 5 | 0 | 100 | 271 | 60 | 30 |
| Binary | 100000 | 1010110 | 1011011 | 1000001 | 101 | 0 | 1000000 | 10111001 | 110000 | 11000 |
Color Harmonies of #20565B
Complementary color
Monochromatic Colors of #20565B
Black with #20565B
Text Example
Text Example
White with #20565B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20565B; }
p { color: rgb(32,86,91); }
H1.HeaderClassName
{
color: #20565B;
}
.AnyTagClassName
{
color: #20565B;
}
</style>
background-color css
<style>
a { background-color: #20565B; }
a { background-color: rgb(32,86,91); }
div.DivClassName
{
background-color: #20565B;
}
.BgClassName
{
background-color: #20565B;
}
</style>
border-color css
<style>
span { border-color: #20565B; }
span { border-color: rgb(32,86,91); }
td.TdClassName
{
border-color: #20565B;
}
.TagClassName
{
border-color: #20565B;
}
</style>