Shades of Blue Stone #155F55
Tints of Blue Stone #155F55
RGB
CMYK
RGB Variations
Color information
#155F55 (or 0x155F55) is known color: Blue Stone. HEX triplet: 15, 5F and 55. RGB value is (21,95,85). Sum of RGB (Red+Green+Blue) = 21+95+85=201 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.45% from 201); Green value is 95 (37.5% from 255 or 47.26% from 201); Blue value is 85 (33.59% from 255 or 42.29% from 201); Max value from RGB is 95 - color contains mainly: green. Hex color #155F55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155F55 is #EAA0AA. Grayscale: #474747. Windows color (decimal): -15376555 or 5594901. OLE color: 5594901.
HSL color Cylindrical-coordinate representation of color #155F55: hue angle of 171.89º degrees, saturation: 0.64, 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 #155F55 is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 21 | 95 | 85 | - |
| CMYK | 0.78 | 0 | 0.11 | 0.63 |
| HSL | 171.89º | 0.64% | 0.23% | - |
| HSV(B) | 171.89º | 0.78% | 0.37% | - |
| XYZ | 6.04 | 9 | 10.01 | - |
| YUV | 71.73 | 135.48 | 91.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 95 | 85 | 0.78 | 0 | 0.11 | 0.63 | 171.89 | 0.64 | 0.23 |
| Hex | 15 | 5F | 55 | 4E | 0 | B | 3F | AC | 40 | 17 |
| Octal | 25 | 137 | 125 | 116 | 0 | 13 | 77 | 254 | 100 | 27 |
| Binary | 10101 | 1011111 | 1010101 | 1001110 | 0 | 1011 | 111111 | 10101100 | 1000000 | 10111 |
Color Harmonies of #155F55
Complementary color
Monochromatic Colors of #155F55
Black with #155F55
Text Example
Text Example
White with #155F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155F55; }
p { color: rgb(21,95,85); }
H1.HeaderClassName
{
color: #155F55;
}
.AnyTagClassName
{
color: #155F55;
}
</style>
background-color css
<style>
a { background-color: #155F55; }
a { background-color: rgb(21,95,85); }
div.DivClassName
{
background-color: #155F55;
}
.BgClassName
{
background-color: #155F55;
}
</style>
border-color css
<style>
span { border-color: #155F55; }
span { border-color: rgb(21,95,85); }
td.TdClassName
{
border-color: #155F55;
}
.TagClassName
{
border-color: #155F55;
}
</style>