Shades of Blue Stone #155856
Tints of Blue Stone #155856
RGB
CMYK
RGB Variations
Color information
#155856 (or 0x155856) is known color: Blue Stone. HEX triplet: 15, 58 and 56. RGB value is (21,88,86). Sum of RGB (Red+Green+Blue) = 21+88+86=195 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.77% from 195); Green value is 88 (34.77% from 255 or 45.13% from 195); Blue value is 86 (33.98% from 255 or 44.10% from 195); Max value from RGB is 88 - color contains mainly: green. Hex color #155856 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155856 is #EAA7A9. Grayscale: #434343. Windows color (decimal): -15378346 or 5658645. OLE color: 5658645.
HSL color Cylindrical-coordinate representation of color #155856: hue angle of 178.21º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #155856 is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 88 | 86 | - |
| CMYK | 0.76 | 0 | 0.02 | 0.65 |
| HSL | 178.21º | 0.61% | 0.21% | - |
| HSV(B) | 178.21º | 0.76% | 0.35% | - |
| XYZ | 5.48 | 7.81 | 10.02 | - |
| YUV | 67.74 | 138.3 | 94.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 88 | 86 | 0.76 | 0 | 0.02 | 0.65 | 178.21 | 0.61 | 0.21 |
| Hex | 15 | 58 | 56 | 4C | 0 | 2 | 41 | B2 | 3D | 15 |
| Octal | 25 | 130 | 126 | 114 | 0 | 2 | 101 | 262 | 75 | 25 |
| Binary | 10101 | 1011000 | 1010110 | 1001100 | 0 | 10 | 1000001 | 10110010 | 111101 | 10101 |
Color Harmonies of #155856
Complementary color
Monochromatic Colors of #155856
Black with #155856
Text Example
Text Example
White with #155856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155856; }
p { color: rgb(21,88,86); }
H1.HeaderClassName
{
color: #155856;
}
.AnyTagClassName
{
color: #155856;
}
</style>
background-color css
<style>
a { background-color: #155856; }
a { background-color: rgb(21,88,86); }
div.DivClassName
{
background-color: #155856;
}
.BgClassName
{
background-color: #155856;
}
</style>
border-color css
<style>
span { border-color: #155856; }
span { border-color: rgb(21,88,86); }
td.TdClassName
{
border-color: #155856;
}
.TagClassName
{
border-color: #155856;
}
</style>