Shades of Blue Stone #155952
Tints of Blue Stone #155952
RGB
CMYK
RGB Variations
Color information
#155952 (or 0x155952) is known color: Blue Stone. HEX triplet: 15, 59 and 52. RGB value is (21,89,82). Sum of RGB (Red+Green+Blue) = 21+89+82=192 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.94% from 192); Green value is 89 (35.16% from 255 or 46.35% from 192); Blue value is 82 (32.42% from 255 or 42.71% from 192); Max value from RGB is 89 - color contains mainly: green. Hex color #155952 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155952 is #EAA6AD. Grayscale: #434343. Windows color (decimal): -15378094 or 5396757. OLE color: 5396757.
HSL color Cylindrical-coordinate representation of color #155952: hue angle of 173.82º 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 #155952 is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 89 | 82 | - |
| CMYK | 0.76 | 0 | 0.08 | 0.65 |
| HSL | 173.82º | 0.62% | 0.22% | - |
| HSV(B) | 173.82º | 0.76% | 0.35% | - |
| XYZ | 5.4 | 7.91 | 9.23 | - |
| YUV | 67.87 | 135.97 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 89 | 82 | 0.76 | 0 | 0.08 | 0.65 | 173.82 | 0.62 | 0.22 |
| Hex | 15 | 59 | 52 | 4C | 0 | 8 | 41 | AE | 3E | 16 |
| Octal | 25 | 131 | 122 | 114 | 0 | 10 | 101 | 256 | 76 | 26 |
| Binary | 10101 | 1011001 | 1010010 | 1001100 | 0 | 1000 | 1000001 | 10101110 | 111110 | 10110 |
Color Harmonies of #155952
Complementary color
Monochromatic Colors of #155952
Black with #155952
Text Example
Text Example
White with #155952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155952; }
p { color: rgb(21,89,82); }
H1.HeaderClassName
{
color: #155952;
}
.AnyTagClassName
{
color: #155952;
}
</style>
background-color css
<style>
a { background-color: #155952; }
a { background-color: rgb(21,89,82); }
div.DivClassName
{
background-color: #155952;
}
.BgClassName
{
background-color: #155952;
}
</style>
border-color css
<style>
span { border-color: #155952; }
span { border-color: rgb(21,89,82); }
td.TdClassName
{
border-color: #155952;
}
.TagClassName
{
border-color: #155952;
}
</style>