Shades of Blue Stone #155850
Tints of Blue Stone #155850
RGB
CMYK
RGB Variations
Color information
#155850 (or 0x155850) is known color: Blue Stone. HEX triplet: 15, 58 and 50. RGB value is (21,88,80). Sum of RGB (Red+Green+Blue) = 21+88+80=189 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.11% from 189); Green value is 88 (34.77% from 255 or 46.56% from 189); Blue value is 80 (31.64% from 255 or 42.33% from 189); Max value from RGB is 88 - color contains mainly: green. Hex color #155850 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155850 is #EAA7AF. Grayscale: #434343. Windows color (decimal): -15378352 or 5265429. OLE color: 5265429.
HSL color Cylindrical-coordinate representation of color #155850: hue angle of 172.84º 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 #155850 is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 88 | 80 | - |
| CMYK | 0.76 | 0 | 0.09 | 0.65 |
| HSL | 172.84º | 0.61% | 0.21% | - |
| HSV(B) | 172.84º | 0.76% | 0.35% | - |
| XYZ | 5.25 | 7.72 | 8.8 | - |
| YUV | 67.06 | 135.3 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 88 | 80 | 0.76 | 0 | 0.09 | 0.65 | 172.84 | 0.61 | 0.21 |
| Hex | 15 | 58 | 50 | 4C | 0 | 9 | 41 | AD | 3D | 15 |
| Octal | 25 | 130 | 120 | 114 | 0 | 11 | 101 | 255 | 75 | 25 |
| Binary | 10101 | 1011000 | 1010000 | 1001100 | 0 | 1001 | 1000001 | 10101101 | 111101 | 10101 |
Color Harmonies of #155850
Complementary color
Monochromatic Colors of #155850
Black with #155850
Text Example
Text Example
White with #155850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155850; }
p { color: rgb(21,88,80); }
H1.HeaderClassName
{
color: #155850;
}
.AnyTagClassName
{
color: #155850;
}
</style>
background-color css
<style>
a { background-color: #155850; }
a { background-color: rgb(21,88,80); }
div.DivClassName
{
background-color: #155850;
}
.BgClassName
{
background-color: #155850;
}
</style>
border-color css
<style>
span { border-color: #155850; }
span { border-color: rgb(21,88,80); }
td.TdClassName
{
border-color: #155850;
}
.TagClassName
{
border-color: #155850;
}
</style>