Shades of Blue Stone #156256
Tints of Blue Stone #156256
RGB
CMYK
RGB Variations
Color information
#156256 (or 0x156256) is known color: Blue Stone. HEX triplet: 15, 62 and 56. RGB value is (21,98,86). Sum of RGB (Red+Green+Blue) = 21+98+86=205 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.24% from 205); Green value is 98 (38.67% from 255 or 47.80% from 205); Blue value is 86 (33.98% from 255 or 41.95% from 205); Max value from RGB is 98 - color contains mainly: green. Hex color #156256 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156256 is #EA9DA9. Grayscale: #494949. Windows color (decimal): -15375786 or 5661205. OLE color: 5661205.
HSL color Cylindrical-coordinate representation of color #156256: hue angle of 170.65º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #156256 is Cyan = 0.79, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 21 | 98 | 86 | - |
| CMYK | 0.79 | 0 | 0.12 | 0.62 |
| HSL | 170.65º | 0.65% | 0.23% | - |
| HSV(B) | 170.65º | 0.79% | 0.38% | - |
| XYZ | 6.36 | 9.57 | 10.32 | - |
| YUV | 73.61 | 134.99 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 98 | 86 | 0.79 | 0 | 0.12 | 0.62 | 170.65 | 0.65 | 0.23 |
| Hex | 15 | 62 | 56 | 4F | 0 | C | 3E | AB | 41 | 17 |
| Octal | 25 | 142 | 126 | 117 | 0 | 14 | 76 | 253 | 101 | 27 |
| Binary | 10101 | 1100010 | 1010110 | 1001111 | 0 | 1100 | 111110 | 10101011 | 1000001 | 10111 |
Color Harmonies of #156256
Complementary color
Monochromatic Colors of #156256
Black with #156256
Text Example
Text Example
White with #156256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156256; }
p { color: rgb(21,98,86); }
H1.HeaderClassName
{
color: #156256;
}
.AnyTagClassName
{
color: #156256;
}
</style>
background-color css
<style>
a { background-color: #156256; }
a { background-color: rgb(21,98,86); }
div.DivClassName
{
background-color: #156256;
}
.BgClassName
{
background-color: #156256;
}
</style>
border-color css
<style>
span { border-color: #156256; }
span { border-color: rgb(21,98,86); }
td.TdClassName
{
border-color: #156256;
}
.TagClassName
{
border-color: #156256;
}
</style>