Shades of Blue Stone #155D66
Tints of Blue Stone #155D66
RGB
CMYK
RGB Variations
Color information
#155D66 (or 0x155D66) is known color: Blue Stone. HEX triplet: 15, 5D and 66. RGB value is (21,93,102). Sum of RGB (Red+Green+Blue) = 21+93+102=216 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.72% from 216); Green value is 93 (36.72% from 255 or 43.06% from 216); Blue value is 102 (40.23% from 255 or 47.22% from 216); Max value from RGB is 102 - color contains mainly: blue. Hex color #155D66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155D66 is #EAA299. Grayscale: #484848. Windows color (decimal): -15377050 or 6708501. OLE color: 6708501.
HSL color Cylindrical-coordinate representation of color #155D66: hue angle of 186.67º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #155D66 is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 21 | 93 | 102 | - |
| CMYK | 0.79 | 0.09 | 0 | 0.6 |
| HSL | 186.67º | 0.66% | 0.24% | - |
| HSV(B) | 186.67º | 0.79% | 0.4% | - |
| XYZ | 6.62 | 8.95 | 13.95 | - |
| YUV | 72.5 | 144.65 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 93 | 102 | 0.79 | 0.09 | 0 | 0.6 | 186.67 | 0.66 | 0.24 |
| Hex | 15 | 5D | 66 | 4F | 9 | 0 | 3C | BB | 42 | 18 |
| Octal | 25 | 135 | 146 | 117 | 11 | 0 | 74 | 273 | 102 | 30 |
| Binary | 10101 | 1011101 | 1100110 | 1001111 | 1001 | 0 | 111100 | 10111011 | 1000010 | 11000 |
Color Harmonies of #155D66
Complementary color
Monochromatic Colors of #155D66
Black with #155D66
Text Example
Text Example
White with #155D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155D66; }
p { color: rgb(21,93,102); }
H1.HeaderClassName
{
color: #155D66;
}
.AnyTagClassName
{
color: #155D66;
}
</style>
background-color css
<style>
a { background-color: #155D66; }
a { background-color: rgb(21,93,102); }
div.DivClassName
{
background-color: #155D66;
}
.BgClassName
{
background-color: #155D66;
}
</style>
border-color css
<style>
span { border-color: #155D66; }
span { border-color: rgb(21,93,102); }
td.TdClassName
{
border-color: #155D66;
}
.TagClassName
{
border-color: #155D66;
}
</style>