Shades of Blue Stone #156D5C
Tints of Blue Stone #156D5C
RGB
CMYK
RGB Variations
Color information
#156D5C (or 0x156D5C) is known color: Blue Stone. HEX triplet: 15, 6D and 5C. RGB value is (21,109,92). Sum of RGB (Red+Green+Blue) = 21+109+92=222 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.46% from 222); Green value is 109 (42.97% from 255 or 49.10% from 222); Blue value is 92 (36.33% from 255 or 41.44% from 222); Max value from RGB is 109 - color contains mainly: green. Hex color #156D5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156D5C is #EA92A3. Grayscale: #505050. Windows color (decimal): -15372964 or 6057237. OLE color: 6057237.
HSL color Cylindrical-coordinate representation of color #156D5C: hue angle of 168.41º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #156D5C is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 21 | 109 | 92 | - |
| CMYK | 0.81 | 0 | 0.16 | 0.57 |
| HSL | 168.41º | 0.68% | 0.25% | - |
| HSV(B) | 168.41º | 0.81% | 0.43% | - |
| XYZ | 7.71 | 11.87 | 12.01 | - |
| YUV | 80.75 | 134.35 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 109 | 92 | 0.81 | 0 | 0.16 | 0.57 | 168.41 | 0.68 | 0.25 |
| Hex | 15 | 6D | 5C | 51 | 0 | 10 | 39 | A8 | 44 | 19 |
| Octal | 25 | 155 | 134 | 121 | 0 | 20 | 71 | 250 | 104 | 31 |
| Binary | 10101 | 1101101 | 1011100 | 1010001 | 0 | 10000 | 111001 | 10101000 | 1000100 | 11001 |
Color Harmonies of #156D5C
Complementary color
Monochromatic Colors of #156D5C
Black with #156D5C
Text Example
Text Example
White with #156D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156D5C; }
p { color: rgb(21,109,92); }
H1.HeaderClassName
{
color: #156D5C;
}
.AnyTagClassName
{
color: #156D5C;
}
</style>
background-color css
<style>
a { background-color: #156D5C; }
a { background-color: rgb(21,109,92); }
div.DivClassName
{
background-color: #156D5C;
}
.BgClassName
{
background-color: #156D5C;
}
</style>
border-color css
<style>
span { border-color: #156D5C; }
span { border-color: rgb(21,109,92); }
td.TdClassName
{
border-color: #156D5C;
}
.TagClassName
{
border-color: #156D5C;
}
</style>