Shades of Blue Stone #155B64
Tints of Blue Stone #155B64
RGB
CMYK
RGB Variations
Color information
#155B64 (or 0x155B64) is known color: Blue Stone. HEX triplet: 15, 5B and 64. RGB value is (21,91,100). Sum of RGB (Red+Green+Blue) = 21+91+100=212 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.91% from 212); Green value is 91 (35.94% from 255 or 42.92% from 212); Blue value is 100 (39.45% from 255 or 47.17% from 212); Max value from RGB is 100 - color contains mainly: blue. Hex color #155B64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155B64 is #EAA49B. Grayscale: #464646. Windows color (decimal): -15377564 or 6576917. OLE color: 6576917.
HSL color Cylindrical-coordinate representation of color #155B64: hue angle of 186.84º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #155B64 is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 21 | 91 | 100 | - |
| CMYK | 0.79 | 0.09 | 0 | 0.61 |
| HSL | 186.84º | 0.65% | 0.24% | - |
| HSV(B) | 186.84º | 0.79% | 0.39% | - |
| XYZ | 6.35 | 8.56 | 13.37 | - |
| YUV | 71.1 | 144.31 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 91 | 100 | 0.79 | 0.09 | 0 | 0.61 | 186.84 | 0.65 | 0.24 |
| Hex | 15 | 5B | 64 | 4F | 9 | 0 | 3D | BB | 41 | 18 |
| Octal | 25 | 133 | 144 | 117 | 11 | 0 | 75 | 273 | 101 | 30 |
| Binary | 10101 | 1011011 | 1100100 | 1001111 | 1001 | 0 | 111101 | 10111011 | 1000001 | 11000 |
Color Harmonies of #155B64
Complementary color
Monochromatic Colors of #155B64
Black with #155B64
Text Example
Text Example
White with #155B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155B64; }
p { color: rgb(21,91,100); }
H1.HeaderClassName
{
color: #155B64;
}
.AnyTagClassName
{
color: #155B64;
}
</style>
background-color css
<style>
a { background-color: #155B64; }
a { background-color: rgb(21,91,100); }
div.DivClassName
{
background-color: #155B64;
}
.BgClassName
{
background-color: #155B64;
}
</style>
border-color css
<style>
span { border-color: #155B64; }
span { border-color: rgb(21,91,100); }
td.TdClassName
{
border-color: #155B64;
}
.TagClassName
{
border-color: #155B64;
}
</style>