Shades of Blue Stone #155D65
Tints of Blue Stone #155D65
RGB
CMYK
RGB Variations
Color information
#155D65 (or 0x155D65) is known color: Blue Stone. HEX triplet: 15, 5D and 65. RGB value is (21,93,101). Sum of RGB (Red+Green+Blue) = 21+93+101=215 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.77% from 215); Green value is 93 (36.72% from 255 or 43.26% from 215); Blue value is 101 (39.84% from 255 or 46.98% from 215); Max value from RGB is 101 - color contains mainly: blue. Hex color #155D65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155D65 is #EAA29A. Grayscale: #484848. Windows color (decimal): -15377051 or 6642965. OLE color: 6642965.
HSL color Cylindrical-coordinate representation of color #155D65: hue angle of 186º 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 #155D65 is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 21 | 93 | 101 | - |
| CMYK | 0.79 | 0.08 | 0 | 0.60 |
| HSL | 186º | 0.66% | 0.24% | - |
| HSV(B) | 186º | 0.79% | 0.4% | - |
| XYZ | 6.57 | 8.93 | 13.69 | - |
| YUV | 72.38 | 144.15 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 93 | 101 | 0.79 | 0.08 | 0 | 0.60 | 186 | 0.66 | 0.24 |
| Hex | 15 | 5D | 65 | 4F | 8 | 0 | 3C | BA | 42 | 18 |
| Octal | 25 | 135 | 145 | 117 | 10 | 0 | 74 | 272 | 102 | 30 |
| Binary | 10101 | 1011101 | 1100101 | 1001111 | 1000 | 0 | 111100 | 10111010 | 1000010 | 11000 |
Color Harmonies of #155D65
Complementary color
Monochromatic Colors of #155D65
Black with #155D65
Text Example
Text Example
White with #155D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155D65; }
p { color: rgb(21,93,101); }
H1.HeaderClassName
{
color: #155D65;
}
.AnyTagClassName
{
color: #155D65;
}
</style>
background-color css
<style>
a { background-color: #155D65; }
a { background-color: rgb(21,93,101); }
div.DivClassName
{
background-color: #155D65;
}
.BgClassName
{
background-color: #155D65;
}
</style>
border-color css
<style>
span { border-color: #155D65; }
span { border-color: rgb(21,93,101); }
td.TdClassName
{
border-color: #155D65;
}
.TagClassName
{
border-color: #155D65;
}
</style>