Shades of Blue Stone #156A5E
Tints of Blue Stone #156A5E
RGB
CMYK
RGB Variations
Color information
#156A5E (or 0x156A5E) is known color: Blue Stone. HEX triplet: 15, 6A and 5E. RGB value is (21,106,94). Sum of RGB (Red+Green+Blue) = 21+106+94=221 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.50% from 221); Green value is 106 (41.80% from 255 or 47.96% from 221); Blue value is 94 (37.11% from 255 or 42.53% from 221); Max value from RGB is 106 - color contains mainly: green. Hex color #156A5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156A5E is #EA95A1. Grayscale: #4F4F4F. Windows color (decimal): -15373730 or 6187541. OLE color: 6187541.
HSL color Cylindrical-coordinate representation of color #156A5E: hue angle of 171.53º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #156A5E is Cyan = 0.80, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 21 | 106 | 94 | - |
| CMYK | 0.80 | 0 | 0.11 | 0.58 |
| HSL | 171.53º | 0.67% | 0.25% | - |
| HSV(B) | 171.53º | 0.8% | 0.42% | - |
| XYZ | 7.48 | 11.28 | 12.37 | - |
| YUV | 79.22 | 136.34 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 106 | 94 | 0.80 | 0 | 0.11 | 0.58 | 171.53 | 0.67 | 0.25 |
| Hex | 15 | 6A | 5E | 50 | 0 | B | 3A | AC | 43 | 19 |
| Octal | 25 | 152 | 136 | 120 | 0 | 13 | 72 | 254 | 103 | 31 |
| Binary | 10101 | 1101010 | 1011110 | 1010000 | 0 | 1011 | 111010 | 10101100 | 1000011 | 11001 |
Color Harmonies of #156A5E
Complementary color
Monochromatic Colors of #156A5E
Black with #156A5E
Text Example
Text Example
White with #156A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156A5E; }
p { color: rgb(21,106,94); }
H1.HeaderClassName
{
color: #156A5E;
}
.AnyTagClassName
{
color: #156A5E;
}
</style>
background-color css
<style>
a { background-color: #156A5E; }
a { background-color: rgb(21,106,94); }
div.DivClassName
{
background-color: #156A5E;
}
.BgClassName
{
background-color: #156A5E;
}
</style>
border-color css
<style>
span { border-color: #156A5E; }
span { border-color: rgb(21,106,94); }
td.TdClassName
{
border-color: #156A5E;
}
.TagClassName
{
border-color: #156A5E;
}
</style>