Shades of Blue Stone #155558
Tints of Blue Stone #155558
RGB
CMYK
RGB Variations
Color information
#155558 (or 0x155558) is known color: Blue Stone. HEX triplet: 15, 55 and 58. RGB value is (21,85,88). Sum of RGB (Red+Green+Blue) = 21+85+88=194 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.82% from 194); Green value is 85 (33.59% from 255 or 43.81% from 194); Blue value is 88 (34.77% from 255 or 45.36% from 194); Max value from RGB is 88 - color contains mainly: blue. Hex color #155558 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155558 is #EAAAA7. Grayscale: #424242. Windows color (decimal): -15379112 or 5788949. OLE color: 5788949.
HSL color Cylindrical-coordinate representation of color #155558: hue angle of 182.69º 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 #155558 is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 85 | 88 | - |
| CMYK | 0.76 | 0.03 | 0 | 0.65 |
| HSL | 182.69º | 0.61% | 0.21% | - |
| HSV(B) | 182.69º | 0.76% | 0.35% | - |
| XYZ | 5.32 | 7.36 | 10.37 | - |
| YUV | 66.21 | 140.3 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 85 | 88 | 0.76 | 0.03 | 0 | 0.65 | 182.69 | 0.61 | 0.21 |
| Hex | 15 | 55 | 58 | 4C | 3 | 0 | 41 | B7 | 3D | 15 |
| Octal | 25 | 125 | 130 | 114 | 3 | 0 | 101 | 267 | 75 | 25 |
| Binary | 10101 | 1010101 | 1011000 | 1001100 | 11 | 0 | 1000001 | 10110111 | 111101 | 10101 |
Color Harmonies of #155558
Complementary color
Monochromatic Colors of #155558
Black with #155558
Text Example
Text Example
White with #155558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155558; }
p { color: rgb(21,85,88); }
H1.HeaderClassName
{
color: #155558;
}
.AnyTagClassName
{
color: #155558;
}
</style>
background-color css
<style>
a { background-color: #155558; }
a { background-color: rgb(21,85,88); }
div.DivClassName
{
background-color: #155558;
}
.BgClassName
{
background-color: #155558;
}
</style>
border-color css
<style>
span { border-color: #155558; }
span { border-color: rgb(21,85,88); }
td.TdClassName
{
border-color: #155558;
}
.TagClassName
{
border-color: #155558;
}
</style>