Shades of Blue Stone #155D64
Tints of Blue Stone #155D64
RGB
CMYK
RGB Variations
Color information
#155D64 (or 0x155D64) is known color: Blue Stone. HEX triplet: 15, 5D and 64. RGB value is (21,93,100). Sum of RGB (Red+Green+Blue) = 21+93+100=214 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.81% from 214); Green value is 93 (36.72% from 255 or 43.46% from 214); Blue value is 100 (39.45% from 255 or 46.73% from 214); Max value from RGB is 100 - color contains mainly: blue. Hex color #155D64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155D64 is #EAA29B. Grayscale: #484848. Windows color (decimal): -15377052 or 6577429. OLE color: 6577429.
HSL color Cylindrical-coordinate representation of color #155D64: hue angle of 185.32º 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 #155D64 is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 21 | 93 | 100 | - |
| CMYK | 0.79 | 0.07 | 0 | 0.61 |
| HSL | 185.32º | 0.65% | 0.24% | - |
| HSV(B) | 185.32º | 0.79% | 0.39% | - |
| XYZ | 6.52 | 8.91 | 13.43 | - |
| YUV | 72.27 | 143.65 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 93 | 100 | 0.79 | 0.07 | 0 | 0.61 | 185.32 | 0.65 | 0.24 |
| Hex | 15 | 5D | 64 | 4F | 7 | 0 | 3D | B9 | 41 | 18 |
| Octal | 25 | 135 | 144 | 117 | 7 | 0 | 75 | 271 | 101 | 30 |
| Binary | 10101 | 1011101 | 1100100 | 1001111 | 111 | 0 | 111101 | 10111001 | 1000001 | 11000 |
Color Harmonies of #155D64
Complementary color
Monochromatic Colors of #155D64
Black with #155D64
Text Example
Text Example
White with #155D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155D64; }
p { color: rgb(21,93,100); }
H1.HeaderClassName
{
color: #155D64;
}
.AnyTagClassName
{
color: #155D64;
}
</style>
background-color css
<style>
a { background-color: #155D64; }
a { background-color: rgb(21,93,100); }
div.DivClassName
{
background-color: #155D64;
}
.BgClassName
{
background-color: #155D64;
}
</style>
border-color css
<style>
span { border-color: #155D64; }
span { border-color: rgb(21,93,100); }
td.TdClassName
{
border-color: #155D64;
}
.TagClassName
{
border-color: #155D64;
}
</style>