Shades of Blue Stone #155E57
Tints of Blue Stone #155E57
RGB
CMYK
RGB Variations
Color information
#155E57 (or 0x155E57) is known color: Blue Stone. HEX triplet: 15, 5E and 57. RGB value is (21,94,87). Sum of RGB (Red+Green+Blue) = 21+94+87=202 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.40% from 202); Green value is 94 (37.11% from 255 or 46.53% from 202); Blue value is 87 (34.38% from 255 or 43.07% from 202); Max value from RGB is 94 - color contains mainly: green. Hex color #155E57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155E57 is #EAA1A8. Grayscale: #474747. Windows color (decimal): -15376809 or 5725717. OLE color: 5725717.
HSL color Cylindrical-coordinate representation of color #155E57: hue angle of 174.25º degrees, saturation: 0.63, 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 #155E57 is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 21 | 94 | 87 | - |
| CMYK | 0.78 | 0 | 0.07 | 0.63 |
| HSL | 174.25º | 0.63% | 0.23% | - |
| HSV(B) | 174.25º | 0.78% | 0.37% | - |
| XYZ | 6.03 | 8.85 | 10.41 | - |
| YUV | 71.38 | 136.82 | 92.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 94 | 87 | 0.78 | 0 | 0.07 | 0.63 | 174.25 | 0.63 | 0.23 |
| Hex | 15 | 5E | 57 | 4E | 0 | 7 | 3F | AE | 3F | 17 |
| Octal | 25 | 136 | 127 | 116 | 0 | 7 | 77 | 256 | 77 | 27 |
| Binary | 10101 | 1011110 | 1010111 | 1001110 | 0 | 111 | 111111 | 10101110 | 111111 | 10111 |
Color Harmonies of #155E57
Complementary color
Monochromatic Colors of #155E57
Black with #155E57
Text Example
Text Example
White with #155E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155E57; }
p { color: rgb(21,94,87); }
H1.HeaderClassName
{
color: #155E57;
}
.AnyTagClassName
{
color: #155E57;
}
</style>
background-color css
<style>
a { background-color: #155E57; }
a { background-color: rgb(21,94,87); }
div.DivClassName
{
background-color: #155E57;
}
.BgClassName
{
background-color: #155E57;
}
</style>
border-color css
<style>
span { border-color: #155E57; }
span { border-color: rgb(21,94,87); }
td.TdClassName
{
border-color: #155E57;
}
.TagClassName
{
border-color: #155E57;
}
</style>