Shades of Blue Stone #155851
Tints of Blue Stone #155851
RGB
CMYK
RGB Variations
Color information
#155851 (or 0x155851) is known color: Blue Stone. HEX triplet: 15, 58 and 51. RGB value is (21,88,81). Sum of RGB (Red+Green+Blue) = 21+88+81=190 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.05% from 190); Green value is 88 (34.77% from 255 or 46.32% from 190); Blue value is 81 (32.03% from 255 or 42.63% from 190); Max value from RGB is 88 - color contains mainly: green. Hex color #155851 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155851 is #EAA7AE. Grayscale: #434343. Windows color (decimal): -15378351 or 5330965. OLE color: 5330965.
HSL color Cylindrical-coordinate representation of color #155851: hue angle of 173.73º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #155851 is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 88 | 81 | - |
| CMYK | 0.76 | 0 | 0.08 | 0.65 |
| HSL | 173.73º | 0.61% | 0.21% | - |
| HSV(B) | 173.73º | 0.76% | 0.35% | - |
| XYZ | 5.28 | 7.73 | 9 | - |
| YUV | 67.17 | 135.8 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 88 | 81 | 0.76 | 0 | 0.08 | 0.65 | 173.73 | 0.61 | 0.21 |
| Hex | 15 | 58 | 51 | 4C | 0 | 8 | 41 | AE | 3D | 15 |
| Octal | 25 | 130 | 121 | 114 | 0 | 10 | 101 | 256 | 75 | 25 |
| Binary | 10101 | 1011000 | 1010001 | 1001100 | 0 | 1000 | 1000001 | 10101110 | 111101 | 10101 |
Color Harmonies of #155851
Complementary color
Monochromatic Colors of #155851
Black with #155851
Text Example
Text Example
White with #155851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155851; }
p { color: rgb(21,88,81); }
H1.HeaderClassName
{
color: #155851;
}
.AnyTagClassName
{
color: #155851;
}
</style>
background-color css
<style>
a { background-color: #155851; }
a { background-color: rgb(21,88,81); }
div.DivClassName
{
background-color: #155851;
}
.BgClassName
{
background-color: #155851;
}
</style>
border-color css
<style>
span { border-color: #155851; }
span { border-color: rgb(21,88,81); }
td.TdClassName
{
border-color: #155851;
}
.TagClassName
{
border-color: #155851;
}
</style>