Shades of Blue Stone #155658
Tints of Blue Stone #155658
RGB
CMYK
RGB Variations
Color information
#155658 (or 0x155658) is known color: Blue Stone. HEX triplet: 15, 56 and 58. RGB value is (21,86,88). Sum of RGB (Red+Green+Blue) = 21+86+88=195 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.77% from 195); Green value is 86 (33.98% from 255 or 44.10% from 195); Blue value is 88 (34.77% from 255 or 45.13% from 195); Max value from RGB is 88 - color contains mainly: blue. Hex color #155658 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155658 is #EAA9A7. Grayscale: #424242. Windows color (decimal): -15378856 or 5789205. OLE color: 5789205.
HSL color Cylindrical-coordinate representation of color #155658: hue angle of 181.79º 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 #155658 is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 86 | 88 | - |
| CMYK | 0.76 | 0.02 | 0 | 0.65 |
| HSL | 181.79º | 0.61% | 0.21% | - |
| HSV(B) | 181.79º | 0.76% | 0.35% | - |
| XYZ | 5.4 | 7.52 | 10.4 | - |
| YUV | 66.79 | 139.97 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 86 | 88 | 0.76 | 0.02 | 0 | 0.65 | 181.79 | 0.61 | 0.21 |
| Hex | 15 | 56 | 58 | 4C | 2 | 0 | 41 | B6 | 3D | 15 |
| Octal | 25 | 126 | 130 | 114 | 2 | 0 | 101 | 266 | 75 | 25 |
| Binary | 10101 | 1010110 | 1011000 | 1001100 | 10 | 0 | 1000001 | 10110110 | 111101 | 10101 |
Color Harmonies of #155658
Complementary color
Monochromatic Colors of #155658
Black with #155658
Text Example
Text Example
White with #155658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155658; }
p { color: rgb(21,86,88); }
H1.HeaderClassName
{
color: #155658;
}
.AnyTagClassName
{
color: #155658;
}
</style>
background-color css
<style>
a { background-color: #155658; }
a { background-color: rgb(21,86,88); }
div.DivClassName
{
background-color: #155658;
}
.BgClassName
{
background-color: #155658;
}
</style>
border-color css
<style>
span { border-color: #155658; }
span { border-color: rgb(21,86,88); }
td.TdClassName
{
border-color: #155658;
}
.TagClassName
{
border-color: #155658;
}
</style>