Shades of Blue Stone #155755
Tints of Blue Stone #155755
RGB
CMYK
RGB Variations
Color information
#155755 (or 0x155755) is known color: Blue Stone. HEX triplet: 15, 57 and 55. RGB value is (21,87,85). Sum of RGB (Red+Green+Blue) = 21+87+85=193 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.88% from 193); Green value is 87 (34.38% from 255 or 45.08% from 193); Blue value is 85 (33.59% from 255 or 44.04% from 193); Max value from RGB is 87 - color contains mainly: green. Hex color #155755 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155755 is #EAA8AA. Grayscale: #424242. Windows color (decimal): -15378603 or 5592853. OLE color: 5592853.
HSL color Cylindrical-coordinate representation of color #155755: hue angle of 178.18º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #155755 is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 21 | 87 | 85 | - |
| CMYK | 0.76 | 0 | 0.02 | 0.66 |
| HSL | 178.18º | 0.61% | 0.21% | - |
| HSV(B) | 178.18º | 0.76% | 0.34% | - |
| XYZ | 5.36 | 7.63 | 9.79 | - |
| YUV | 67.04 | 138.13 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 87 | 85 | 0.76 | 0 | 0.02 | 0.66 | 178.18 | 0.61 | 0.21 |
| Hex | 15 | 57 | 55 | 4C | 0 | 2 | 42 | B2 | 3D | 15 |
| Octal | 25 | 127 | 125 | 114 | 0 | 2 | 102 | 262 | 75 | 25 |
| Binary | 10101 | 1010111 | 1010101 | 1001100 | 0 | 10 | 1000010 | 10110010 | 111101 | 10101 |
Color Harmonies of #155755
Complementary color
Monochromatic Colors of #155755
Black with #155755
Text Example
Text Example
White with #155755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155755; }
p { color: rgb(21,87,85); }
H1.HeaderClassName
{
color: #155755;
}
.AnyTagClassName
{
color: #155755;
}
</style>
background-color css
<style>
a { background-color: #155755; }
a { background-color: rgb(21,87,85); }
div.DivClassName
{
background-color: #155755;
}
.BgClassName
{
background-color: #155755;
}
</style>
border-color css
<style>
span { border-color: #155755; }
span { border-color: rgb(21,87,85); }
td.TdClassName
{
border-color: #155755;
}
.TagClassName
{
border-color: #155755;
}
</style>