Shades of Blue Stone #20565C
Tints of Blue Stone #20565C
RGB
CMYK
RGB Variations
Color information
#20565C (or 0x20565C) is known color: Blue Stone. HEX triplet: 20, 56 and 5C. RGB value is (32,86,92). Sum of RGB (Red+Green+Blue) = 32+86+92=210 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.24% from 210); Green value is 86 (33.98% from 255 or 40.95% from 210); Blue value is 92 (36.33% from 255 or 43.81% from 210); Max value from RGB is 92 - color contains mainly: blue. Hex color #20565C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20565C is #DFA9A3. Grayscale: #464646. Windows color (decimal): -14657956 or 6051360. OLE color: 6051360.
HSL color Cylindrical-coordinate representation of color #20565C: hue angle of 186º 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 #20565C is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 86 | 92 | - |
| CMYK | 0.65 | 0.07 | 0 | 0.64 |
| HSL | 186º | 0.48% | 0.24% | - |
| HSV(B) | 186º | 0.65% | 0.36% | - |
| XYZ | 5.86 | 7.74 | 11.31 | - |
| YUV | 70.54 | 140.11 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 86 | 92 | 0.65 | 0.07 | 0 | 0.64 | 186 | 0.48 | 0.24 |
| Hex | 20 | 56 | 5C | 41 | 7 | 0 | 40 | BA | 30 | 18 |
| Octal | 40 | 126 | 134 | 101 | 7 | 0 | 100 | 272 | 60 | 30 |
| Binary | 100000 | 1010110 | 1011100 | 1000001 | 111 | 0 | 1000000 | 10111010 | 110000 | 11000 |
Color Harmonies of #20565C
Complementary color
Monochromatic Colors of #20565C
Black with #20565C
Text Example
Text Example
White with #20565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20565C; }
p { color: rgb(32,86,92); }
H1.HeaderClassName
{
color: #20565C;
}
.AnyTagClassName
{
color: #20565C;
}
</style>
background-color css
<style>
a { background-color: #20565C; }
a { background-color: rgb(32,86,92); }
div.DivClassName
{
background-color: #20565C;
}
.BgClassName
{
background-color: #20565C;
}
</style>
border-color css
<style>
span { border-color: #20565C; }
span { border-color: rgb(32,86,92); }
td.TdClassName
{
border-color: #20565C;
}
.TagClassName
{
border-color: #20565C;
}
</style>