Shades of Blue Stone #155D59
Tints of Blue Stone #155D59
RGB
CMYK
RGB Variations
Color information
#155D59 (or 0x155D59) is known color: Blue Stone. HEX triplet: 15, 5D and 59. RGB value is (21,93,89). Sum of RGB (Red+Green+Blue) = 21+93+89=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 93 (36.72% from 255 or 45.81% from 203); Blue value is 89 (35.16% from 255 or 43.84% from 203); Max value from RGB is 93 - color contains mainly: green. Hex color #155D59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155D59 is #EAA2A6. Grayscale: #464646. Windows color (decimal): -15377063 or 5856533. OLE color: 5856533.
HSL color Cylindrical-coordinate representation of color #155D59: hue angle of 176.67º 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 #155D59 is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 93 | 89 | - |
| CMYK | 0.77 | 0 | 0.04 | 0.64 |
| HSL | 176.67º | 0.63% | 0.22% | - |
| HSV(B) | 176.67º | 0.77% | 0.36% | - |
| XYZ | 6.03 | 8.71 | 10.81 | - |
| YUV | 71.02 | 138.15 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 93 | 89 | 0.77 | 0 | 0.04 | 0.64 | 176.67 | 0.63 | 0.22 |
| Hex | 15 | 5D | 59 | 4D | 0 | 4 | 40 | B1 | 3F | 16 |
| Octal | 25 | 135 | 131 | 115 | 0 | 4 | 100 | 261 | 77 | 26 |
| Binary | 10101 | 1011101 | 1011001 | 1001101 | 0 | 100 | 1000000 | 10110001 | 111111 | 10110 |
Color Harmonies of #155D59
Complementary color
Monochromatic Colors of #155D59
Black with #155D59
Text Example
Text Example
White with #155D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155D59; }
p { color: rgb(21,93,89); }
H1.HeaderClassName
{
color: #155D59;
}
.AnyTagClassName
{
color: #155D59;
}
</style>
background-color css
<style>
a { background-color: #155D59; }
a { background-color: rgb(21,93,89); }
div.DivClassName
{
background-color: #155D59;
}
.BgClassName
{
background-color: #155D59;
}
</style>
border-color css
<style>
span { border-color: #155D59; }
span { border-color: rgb(21,93,89); }
td.TdClassName
{
border-color: #155D59;
}
.TagClassName
{
border-color: #155D59;
}
</style>