Shades of Blue Stone #155957
Tints of Blue Stone #155957
RGB
CMYK
RGB Variations
Color information
#155957 (or 0x155957) is known color: Blue Stone. HEX triplet: 15, 59 and 57. RGB value is (21,89,87). Sum of RGB (Red+Green+Blue) = 21+89+87=197 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.66% from 197); Green value is 89 (35.16% from 255 or 45.18% from 197); Blue value is 87 (34.38% from 255 or 44.16% from 197); Max value from RGB is 89 - color contains mainly: green. Hex color #155957 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155957 is #EAA6A8. Grayscale: #444444. Windows color (decimal): -15378089 or 5724437. OLE color: 5724437.
HSL color Cylindrical-coordinate representation of color #155957: hue angle of 178.24º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #155957 is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 89 | 87 | - |
| CMYK | 0.76 | 0 | 0.02 | 0.65 |
| HSL | 178.24º | 0.62% | 0.22% | - |
| HSV(B) | 178.24º | 0.76% | 0.35% | - |
| XYZ | 5.6 | 7.99 | 10.26 | - |
| YUV | 68.44 | 138.47 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 89 | 87 | 0.76 | 0 | 0.02 | 0.65 | 178.24 | 0.62 | 0.22 |
| Hex | 15 | 59 | 57 | 4C | 0 | 2 | 41 | B2 | 3E | 16 |
| Octal | 25 | 131 | 127 | 114 | 0 | 2 | 101 | 262 | 76 | 26 |
| Binary | 10101 | 1011001 | 1010111 | 1001100 | 0 | 10 | 1000001 | 10110010 | 111110 | 10110 |
Color Harmonies of #155957
Complementary color
Monochromatic Colors of #155957
Black with #155957
Text Example
Text Example
White with #155957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155957; }
p { color: rgb(21,89,87); }
H1.HeaderClassName
{
color: #155957;
}
.AnyTagClassName
{
color: #155957;
}
</style>
background-color css
<style>
a { background-color: #155957; }
a { background-color: rgb(21,89,87); }
div.DivClassName
{
background-color: #155957;
}
.BgClassName
{
background-color: #155957;
}
</style>
border-color css
<style>
span { border-color: #155957; }
span { border-color: rgb(21,89,87); }
td.TdClassName
{
border-color: #155957;
}
.TagClassName
{
border-color: #155957;
}
</style>