Shades of Blue Stone #156C5F
Tints of Blue Stone #156C5F
RGB
CMYK
RGB Variations
Color information
#156C5F (or 0x156C5F) is known color: Blue Stone. HEX triplet: 15, 6C and 5F. RGB value is (21,108,95). Sum of RGB (Red+Green+Blue) = 21+108+95=224 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.38% from 224); Green value is 108 (42.58% from 255 or 48.21% from 224); Blue value is 95 (37.5% from 255 or 42.41% from 224); Max value from RGB is 108 - color contains mainly: green. Hex color #156C5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156C5F is #EA93A0. Grayscale: #505050. Windows color (decimal): -15373217 or 6253589. OLE color: 6253589.
HSL color Cylindrical-coordinate representation of color #156C5F: hue angle of 171.03º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #156C5F is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 21 | 108 | 95 | - |
| CMYK | 0.81 | 0 | 0.12 | 0.58 |
| HSL | 171.03º | 0.67% | 0.25% | - |
| HSV(B) | 171.03º | 0.81% | 0.42% | - |
| XYZ | 7.74 | 11.71 | 12.68 | - |
| YUV | 80.51 | 136.18 | 85.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 108 | 95 | 0.81 | 0 | 0.12 | 0.58 | 171.03 | 0.67 | 0.25 |
| Hex | 15 | 6C | 5F | 51 | 0 | C | 3A | AB | 43 | 19 |
| Octal | 25 | 154 | 137 | 121 | 0 | 14 | 72 | 253 | 103 | 31 |
| Binary | 10101 | 1101100 | 1011111 | 1010001 | 0 | 1100 | 111010 | 10101011 | 1000011 | 11001 |
Color Harmonies of #156C5F
Complementary color
Monochromatic Colors of #156C5F
Black with #156C5F
Text Example
Text Example
White with #156C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156C5F; }
p { color: rgb(21,108,95); }
H1.HeaderClassName
{
color: #156C5F;
}
.AnyTagClassName
{
color: #156C5F;
}
</style>
background-color css
<style>
a { background-color: #156C5F; }
a { background-color: rgb(21,108,95); }
div.DivClassName
{
background-color: #156C5F;
}
.BgClassName
{
background-color: #156C5F;
}
</style>
border-color css
<style>
span { border-color: #156C5F; }
span { border-color: rgb(21,108,95); }
td.TdClassName
{
border-color: #156C5F;
}
.TagClassName
{
border-color: #156C5F;
}
</style>