Shades of Blue Stone #155956
Tints of Blue Stone #155956
RGB
CMYK
RGB Variations
Color information
#155956 (or 0x155956) is known color: Blue Stone. HEX triplet: 15, 59 and 56. RGB value is (21,89,86). Sum of RGB (Red+Green+Blue) = 21+89+86=196 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.71% from 196); Green value is 89 (35.16% from 255 or 45.41% from 196); Blue value is 86 (33.98% from 255 or 43.88% from 196); Max value from RGB is 89 - color contains mainly: green. Hex color #155956 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155956 is #EAA6A9. Grayscale: #444444. Windows color (decimal): -15378090 or 5658901. OLE color: 5658901.
HSL color Cylindrical-coordinate representation of color #155956: hue angle of 177.35º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #155956 is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 89 | 86 | - |
| CMYK | 0.76 | 0 | 0.03 | 0.65 |
| HSL | 177.35º | 0.62% | 0.22% | - |
| HSV(B) | 177.35º | 0.76% | 0.35% | - |
| XYZ | 5.56 | 7.98 | 10.05 | - |
| YUV | 68.33 | 137.97 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 89 | 86 | 0.76 | 0 | 0.03 | 0.65 | 177.35 | 0.62 | 0.22 |
| Hex | 15 | 59 | 56 | 4C | 0 | 3 | 41 | B1 | 3E | 16 |
| Octal | 25 | 131 | 126 | 114 | 0 | 3 | 101 | 261 | 76 | 26 |
| Binary | 10101 | 1011001 | 1010110 | 1001100 | 0 | 11 | 1000001 | 10110001 | 111110 | 10110 |
Color Harmonies of #155956
Complementary color
Monochromatic Colors of #155956
Black with #155956
Text Example
Text Example
White with #155956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155956; }
p { color: rgb(21,89,86); }
H1.HeaderClassName
{
color: #155956;
}
.AnyTagClassName
{
color: #155956;
}
</style>
background-color css
<style>
a { background-color: #155956; }
a { background-color: rgb(21,89,86); }
div.DivClassName
{
background-color: #155956;
}
.BgClassName
{
background-color: #155956;
}
</style>
border-color css
<style>
span { border-color: #155956; }
span { border-color: rgb(21,89,86); }
td.TdClassName
{
border-color: #155956;
}
.TagClassName
{
border-color: #155956;
}
</style>