Shades of Blue Stone #155C56
Tints of Blue Stone #155C56
RGB
CMYK
RGB Variations
Color information
#155C56 (or 0x155C56) is known color: Blue Stone. HEX triplet: 15, 5C and 56. RGB value is (21,92,86). Sum of RGB (Red+Green+Blue) = 21+92+86=199 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.55% from 199); Green value is 92 (36.33% from 255 or 46.23% from 199); Blue value is 86 (33.98% from 255 or 43.22% from 199); Max value from RGB is 92 - color contains mainly: green. Hex color #155C56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155C56 is #EAA3A9. Grayscale: #464646. Windows color (decimal): -15377322 or 5659669. OLE color: 5659669.
HSL color Cylindrical-coordinate representation of color #155C56: hue angle of 174.93º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #155C56 is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 92 | 86 | - |
| CMYK | 0.77 | 0 | 0.07 | 0.64 |
| HSL | 174.93º | 0.63% | 0.22% | - |
| HSV(B) | 174.93º | 0.77% | 0.36% | - |
| XYZ | 5.82 | 8.49 | 10.14 | - |
| YUV | 70.09 | 136.98 | 92.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 92 | 86 | 0.77 | 0 | 0.07 | 0.64 | 174.93 | 0.63 | 0.22 |
| Hex | 15 | 5C | 56 | 4D | 0 | 7 | 40 | AF | 3F | 16 |
| Octal | 25 | 134 | 126 | 115 | 0 | 7 | 100 | 257 | 77 | 26 |
| Binary | 10101 | 1011100 | 1010110 | 1001101 | 0 | 111 | 1000000 | 10101111 | 111111 | 10110 |
Color Harmonies of #155C56
Complementary color
Monochromatic Colors of #155C56
Black with #155C56
Text Example
Text Example
White with #155C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155C56; }
p { color: rgb(21,92,86); }
H1.HeaderClassName
{
color: #155C56;
}
.AnyTagClassName
{
color: #155C56;
}
</style>
background-color css
<style>
a { background-color: #155C56; }
a { background-color: rgb(21,92,86); }
div.DivClassName
{
background-color: #155C56;
}
.BgClassName
{
background-color: #155C56;
}
</style>
border-color css
<style>
span { border-color: #155C56; }
span { border-color: rgb(21,92,86); }
td.TdClassName
{
border-color: #155C56;
}
.TagClassName
{
border-color: #155C56;
}
</style>