Shades of Blue Stone #155D63
Tints of Blue Stone #155D63
RGB
CMYK
RGB Variations
Color information
#155D63 (or 0x155D63) is known color: Blue Stone. HEX triplet: 15, 5D and 63. RGB value is (21,93,99). Sum of RGB (Red+Green+Blue) = 21+93+99=213 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.86% from 213); Green value is 93 (36.72% from 255 or 43.66% from 213); Blue value is 99 (39.06% from 255 or 46.48% from 213); Max value from RGB is 99 - color contains mainly: blue. Hex color #155D63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155D63 is #EAA29C. Grayscale: #484848. Windows color (decimal): -15377053 or 6511893. OLE color: 6511893.
HSL color Cylindrical-coordinate representation of color #155D63: hue angle of 184.62º 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 #155D63 is Cyan = 0.79, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 21 | 93 | 99 | - |
| CMYK | 0.79 | 0.06 | 0 | 0.61 |
| HSL | 184.62º | 0.65% | 0.24% | - |
| HSV(B) | 184.62º | 0.79% | 0.39% | - |
| XYZ | 6.48 | 8.89 | 13.18 | - |
| YUV | 72.16 | 143.15 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 93 | 99 | 0.79 | 0.06 | 0 | 0.61 | 184.62 | 0.65 | 0.24 |
| Hex | 15 | 5D | 63 | 4F | 6 | 0 | 3D | B9 | 41 | 18 |
| Octal | 25 | 135 | 143 | 117 | 6 | 0 | 75 | 271 | 101 | 30 |
| Binary | 10101 | 1011101 | 1100011 | 1001111 | 110 | 0 | 111101 | 10111001 | 1000001 | 11000 |
Color Harmonies of #155D63
Complementary color
Monochromatic Colors of #155D63
Black with #155D63
Text Example
Text Example
White with #155D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155D63; }
p { color: rgb(21,93,99); }
H1.HeaderClassName
{
color: #155D63;
}
.AnyTagClassName
{
color: #155D63;
}
</style>
background-color css
<style>
a { background-color: #155D63; }
a { background-color: rgb(21,93,99); }
div.DivClassName
{
background-color: #155D63;
}
.BgClassName
{
background-color: #155D63;
}
</style>
border-color css
<style>
span { border-color: #155D63; }
span { border-color: rgb(21,93,99); }
td.TdClassName
{
border-color: #155D63;
}
.TagClassName
{
border-color: #155D63;
}
</style>