Shades of Blue Stone #155B52
Tints of Blue Stone #155B52
RGB
CMYK
RGB Variations
Color information
#155B52 (or 0x155B52) is known color: Blue Stone. HEX triplet: 15, 5B and 52. RGB value is (21,91,82). Sum of RGB (Red+Green+Blue) = 21+91+82=194 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.82% from 194); Green value is 91 (35.94% from 255 or 46.91% from 194); Blue value is 82 (32.42% from 255 or 42.27% from 194); Max value from RGB is 91 - color contains mainly: green. Hex color #155B52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155B52 is #EAA4AD. Grayscale: #454545. Windows color (decimal): -15377582 or 5397269. OLE color: 5397269.
HSL color Cylindrical-coordinate representation of color #155B52: hue angle of 172.29º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #155B52 is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 91 | 82 | - |
| CMYK | 0.77 | 0 | 0.10 | 0.64 |
| HSL | 172.29º | 0.63% | 0.22% | - |
| HSV(B) | 172.29º | 0.77% | 0.36% | - |
| XYZ | 5.57 | 8.25 | 9.28 | - |
| YUV | 69.04 | 135.31 | 93.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 91 | 82 | 0.77 | 0 | 0.10 | 0.64 | 172.29 | 0.63 | 0.22 |
| Hex | 15 | 5B | 52 | 4D | 0 | A | 40 | AC | 3E | 16 |
| Octal | 25 | 133 | 122 | 115 | 0 | 12 | 100 | 254 | 76 | 26 |
| Binary | 10101 | 1011011 | 1010010 | 1001101 | 0 | 1010 | 1000000 | 10101100 | 111110 | 10110 |
Color Harmonies of #155B52
Complementary color
Monochromatic Colors of #155B52
Black with #155B52
Text Example
Text Example
White with #155B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155B52; }
p { color: rgb(21,91,82); }
H1.HeaderClassName
{
color: #155B52;
}
.AnyTagClassName
{
color: #155B52;
}
</style>
background-color css
<style>
a { background-color: #155B52; }
a { background-color: rgb(21,91,82); }
div.DivClassName
{
background-color: #155B52;
}
.BgClassName
{
background-color: #155B52;
}
</style>
border-color css
<style>
span { border-color: #155B52; }
span { border-color: rgb(21,91,82); }
td.TdClassName
{
border-color: #155B52;
}
.TagClassName
{
border-color: #155B52;
}
</style>