Shades of Blue Stone #155852
Tints of Blue Stone #155852
RGB
CMYK
RGB Variations
Color information
#155852 (or 0x155852) is known color: Blue Stone. HEX triplet: 15, 58 and 52. RGB value is (21,88,82). Sum of RGB (Red+Green+Blue) = 21+88+82=191 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.99% from 191); Green value is 88 (34.77% from 255 or 46.07% from 191); Blue value is 82 (32.42% from 255 or 42.93% from 191); Max value from RGB is 88 - color contains mainly: green. Hex color #155852 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155852 is #EAA7AD. Grayscale: #434343. Windows color (decimal): -15378350 or 5396501. OLE color: 5396501.
HSL color Cylindrical-coordinate representation of color #155852: hue angle of 174.63º 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 #155852 is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 88 | 82 | - |
| CMYK | 0.76 | 0 | 0.07 | 0.65 |
| HSL | 174.63º | 0.61% | 0.21% | - |
| HSV(B) | 174.63º | 0.76% | 0.35% | - |
| XYZ | 5.32 | 7.75 | 9.2 | - |
| YUV | 67.28 | 136.3 | 94.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 88 | 82 | 0.76 | 0 | 0.07 | 0.65 | 174.63 | 0.61 | 0.21 |
| Hex | 15 | 58 | 52 | 4C | 0 | 7 | 41 | AF | 3D | 15 |
| Octal | 25 | 130 | 122 | 114 | 0 | 7 | 101 | 257 | 75 | 25 |
| Binary | 10101 | 1011000 | 1010010 | 1001100 | 0 | 111 | 1000001 | 10101111 | 111101 | 10101 |
Color Harmonies of #155852
Complementary color
Monochromatic Colors of #155852
Black with #155852
Text Example
Text Example
White with #155852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155852; }
p { color: rgb(21,88,82); }
H1.HeaderClassName
{
color: #155852;
}
.AnyTagClassName
{
color: #155852;
}
</style>
background-color css
<style>
a { background-color: #155852; }
a { background-color: rgb(21,88,82); }
div.DivClassName
{
background-color: #155852;
}
.BgClassName
{
background-color: #155852;
}
</style>
border-color css
<style>
span { border-color: #155852; }
span { border-color: rgb(21,88,82); }
td.TdClassName
{
border-color: #155852;
}
.TagClassName
{
border-color: #155852;
}
</style>