Shades of Blue Stone #155666
Tints of Blue Stone #155666
RGB
CMYK
RGB Variations
Color information
#155666 (or 0x155666) is known color: Blue Stone. HEX triplet: 15, 56 and 66. RGB value is (21,86,102). Sum of RGB (Red+Green+Blue) = 21+86+102=209 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.05% from 209); Green value is 86 (33.98% from 255 or 41.15% from 209); Blue value is 102 (40.23% from 255 or 48.80% from 209); Max value from RGB is 102 - color contains mainly: blue. Hex color #155666 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155666 is #EAA999. Grayscale: #444444. Windows color (decimal): -15378842 or 6706709. OLE color: 6706709.
HSL color Cylindrical-coordinate representation of color #155666: hue angle of 191.85º 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 #155666 is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 21 | 86 | 102 | - |
| CMYK | 0.79 | 0.16 | 0 | 0.6 |
| HSL | 191.85º | 0.66% | 0.24% | - |
| HSV(B) | 191.85º | 0.79% | 0.4% | - |
| XYZ | 6.04 | 7.77 | 13.75 | - |
| YUV | 68.39 | 146.97 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 86 | 102 | 0.79 | 0.16 | 0 | 0.6 | 191.85 | 0.66 | 0.24 |
| Hex | 15 | 56 | 66 | 4F | 10 | 0 | 3C | C0 | 42 | 18 |
| Octal | 25 | 126 | 146 | 117 | 20 | 0 | 74 | 300 | 102 | 30 |
| Binary | 10101 | 1010110 | 1100110 | 1001111 | 10000 | 0 | 111100 | 11000000 | 1000010 | 11000 |
Color Harmonies of #155666
Complementary color
Monochromatic Colors of #155666
Black with #155666
Text Example
Text Example
White with #155666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155666; }
p { color: rgb(21,86,102); }
H1.HeaderClassName
{
color: #155666;
}
.AnyTagClassName
{
color: #155666;
}
</style>
background-color css
<style>
a { background-color: #155666; }
a { background-color: rgb(21,86,102); }
div.DivClassName
{
background-color: #155666;
}
.BgClassName
{
background-color: #155666;
}
</style>
border-color css
<style>
span { border-color: #155666; }
span { border-color: rgb(21,86,102); }
td.TdClassName
{
border-color: #155666;
}
.TagClassName
{
border-color: #155666;
}
</style>