Shades of Blue Stone #155F57
Tints of Blue Stone #155F57
RGB
CMYK
RGB Variations
Color information
#155F57 (or 0x155F57) is known color: Blue Stone. HEX triplet: 15, 5F and 57. RGB value is (21,95,87). Sum of RGB (Red+Green+Blue) = 21+95+87=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 95 (37.5% from 255 or 46.80% from 203); Blue value is 87 (34.38% from 255 or 42.86% from 203); Max value from RGB is 95 - color contains mainly: green. Hex color #155F57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155F57 is #EAA0A8. Grayscale: #474747. Windows color (decimal): -15376553 or 5725973. OLE color: 5725973.
HSL color Cylindrical-coordinate representation of color #155F57: hue angle of 173.51º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #155F57 is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 21 | 95 | 87 | - |
| CMYK | 0.78 | 0 | 0.08 | 0.63 |
| HSL | 173.51º | 0.64% | 0.23% | - |
| HSV(B) | 173.51º | 0.78% | 0.37% | - |
| XYZ | 6.12 | 9.03 | 10.44 | - |
| YUV | 71.96 | 136.48 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 95 | 87 | 0.78 | 0 | 0.08 | 0.63 | 173.51 | 0.64 | 0.23 |
| Hex | 15 | 5F | 57 | 4E | 0 | 8 | 3F | AE | 40 | 17 |
| Octal | 25 | 137 | 127 | 116 | 0 | 10 | 77 | 256 | 100 | 27 |
| Binary | 10101 | 1011111 | 1010111 | 1001110 | 0 | 1000 | 111111 | 10101110 | 1000000 | 10111 |
Color Harmonies of #155F57
Complementary color
Monochromatic Colors of #155F57
Black with #155F57
Text Example
Text Example
White with #155F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155F57; }
p { color: rgb(21,95,87); }
H1.HeaderClassName
{
color: #155F57;
}
.AnyTagClassName
{
color: #155F57;
}
</style>
background-color css
<style>
a { background-color: #155F57; }
a { background-color: rgb(21,95,87); }
div.DivClassName
{
background-color: #155F57;
}
.BgClassName
{
background-color: #155F57;
}
</style>
border-color css
<style>
span { border-color: #155F57; }
span { border-color: rgb(21,95,87); }
td.TdClassName
{
border-color: #155F57;
}
.TagClassName
{
border-color: #155F57;
}
</style>