Shades of Blue Stone #155D55
Tints of Blue Stone #155D55
RGB
CMYK
RGB Variations
Color information
#155D55 (or 0x155D55) is known color: Blue Stone. HEX triplet: 15, 5D and 55. RGB value is (21,93,85). Sum of RGB (Red+Green+Blue) = 21+93+85=199 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.55% from 199); Green value is 93 (36.72% from 255 or 46.73% from 199); Blue value is 85 (33.59% from 255 or 42.71% from 199); Max value from RGB is 93 - color contains mainly: green. Hex color #155D55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155D55 is #EAA2AA. Grayscale: #464646. Windows color (decimal): -15377067 or 5594389. OLE color: 5594389.
HSL color Cylindrical-coordinate representation of color #155D55: hue angle of 173.33º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #155D55 is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 93 | 85 | - |
| CMYK | 0.77 | 0 | 0.09 | 0.64 |
| HSL | 173.33º | 0.63% | 0.22% | - |
| HSV(B) | 173.33º | 0.77% | 0.36% | - |
| XYZ | 5.86 | 8.64 | 9.95 | - |
| YUV | 70.56 | 136.15 | 92.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 93 | 85 | 0.77 | 0 | 0.09 | 0.64 | 173.33 | 0.63 | 0.22 |
| Hex | 15 | 5D | 55 | 4D | 0 | 9 | 40 | AD | 3F | 16 |
| Octal | 25 | 135 | 125 | 115 | 0 | 11 | 100 | 255 | 77 | 26 |
| Binary | 10101 | 1011101 | 1010101 | 1001101 | 0 | 1001 | 1000000 | 10101101 | 111111 | 10110 |
Color Harmonies of #155D55
Complementary color
Monochromatic Colors of #155D55
Black with #155D55
Text Example
Text Example
White with #155D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155D55; }
p { color: rgb(21,93,85); }
H1.HeaderClassName
{
color: #155D55;
}
.AnyTagClassName
{
color: #155D55;
}
</style>
background-color css
<style>
a { background-color: #155D55; }
a { background-color: rgb(21,93,85); }
div.DivClassName
{
background-color: #155D55;
}
.BgClassName
{
background-color: #155D55;
}
</style>
border-color css
<style>
span { border-color: #155D55; }
span { border-color: rgb(21,93,85); }
td.TdClassName
{
border-color: #155D55;
}
.TagClassName
{
border-color: #155D55;
}
</style>