Shades of Blue Stone #155751
Tints of Blue Stone #155751
RGB
CMYK
RGB Variations
Color information
#155751 (or 0x155751) is known color: Blue Stone. HEX triplet: 15, 57 and 51. RGB value is (21,87,81). Sum of RGB (Red+Green+Blue) = 21+87+81=189 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.11% from 189); Green value is 87 (34.38% from 255 or 46.03% from 189); Blue value is 81 (32.03% from 255 or 42.86% from 189); Max value from RGB is 87 - color contains mainly: green. Hex color #155751 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155751 is #EAA8AE. Grayscale: #424242. Windows color (decimal): -15378607 or 5330709. OLE color: 5330709.
HSL color Cylindrical-coordinate representation of color #155751: hue angle of 174.55º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #155751 is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 21 | 87 | 81 | - |
| CMYK | 0.76 | 0 | 0.07 | 0.66 |
| HSL | 174.55º | 0.61% | 0.21% | - |
| HSV(B) | 174.55º | 0.76% | 0.34% | - |
| XYZ | 5.2 | 7.57 | 8.97 | - |
| YUV | 66.58 | 136.13 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 87 | 81 | 0.76 | 0 | 0.07 | 0.66 | 174.55 | 0.61 | 0.21 |
| Hex | 15 | 57 | 51 | 4C | 0 | 7 | 42 | AF | 3D | 15 |
| Octal | 25 | 127 | 121 | 114 | 0 | 7 | 102 | 257 | 75 | 25 |
| Binary | 10101 | 1010111 | 1010001 | 1001100 | 0 | 111 | 1000010 | 10101111 | 111101 | 10101 |
Color Harmonies of #155751
Complementary color
Monochromatic Colors of #155751
Black with #155751
Text Example
Text Example
White with #155751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155751; }
p { color: rgb(21,87,81); }
H1.HeaderClassName
{
color: #155751;
}
.AnyTagClassName
{
color: #155751;
}
</style>
background-color css
<style>
a { background-color: #155751; }
a { background-color: rgb(21,87,81); }
div.DivClassName
{
background-color: #155751;
}
.BgClassName
{
background-color: #155751;
}
</style>
border-color css
<style>
span { border-color: #155751; }
span { border-color: rgb(21,87,81); }
td.TdClassName
{
border-color: #155751;
}
.TagClassName
{
border-color: #155751;
}
</style>