Shades of Blue Stone #155A57
Tints of Blue Stone #155A57
RGB
CMYK
RGB Variations
Color information
#155A57 (or 0x155A57) is known color: Blue Stone. HEX triplet: 15, 5A and 57. RGB value is (21,90,87). Sum of RGB (Red+Green+Blue) = 21+90+87=198 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.61% from 198); Green value is 90 (35.55% from 255 or 45.45% from 198); Blue value is 87 (34.38% from 255 or 43.94% from 198); Max value from RGB is 90 - color contains mainly: green. Hex color #155A57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155A57 is #EAA5A8. Grayscale: #444444. Windows color (decimal): -15377833 or 5724693. OLE color: 5724693.
HSL color Cylindrical-coordinate representation of color #155A57: hue angle of 177.39º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #155A57 is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 90 | 87 | - |
| CMYK | 0.77 | 0 | 0.03 | 0.65 |
| HSL | 177.39º | 0.62% | 0.22% | - |
| HSV(B) | 177.39º | 0.77% | 0.35% | - |
| XYZ | 5.69 | 8.16 | 10.29 | - |
| YUV | 69.03 | 138.14 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 90 | 87 | 0.77 | 0 | 0.03 | 0.65 | 177.39 | 0.62 | 0.22 |
| Hex | 15 | 5A | 57 | 4D | 0 | 3 | 41 | B1 | 3E | 16 |
| Octal | 25 | 132 | 127 | 115 | 0 | 3 | 101 | 261 | 76 | 26 |
| Binary | 10101 | 1011010 | 1010111 | 1001101 | 0 | 11 | 1000001 | 10110001 | 111110 | 10110 |
Color Harmonies of #155A57
Complementary color
Monochromatic Colors of #155A57
Black with #155A57
Text Example
Text Example
White with #155A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155A57; }
p { color: rgb(21,90,87); }
H1.HeaderClassName
{
color: #155A57;
}
.AnyTagClassName
{
color: #155A57;
}
</style>
background-color css
<style>
a { background-color: #155A57; }
a { background-color: rgb(21,90,87); }
div.DivClassName
{
background-color: #155A57;
}
.BgClassName
{
background-color: #155A57;
}
</style>
border-color css
<style>
span { border-color: #155A57; }
span { border-color: rgb(21,90,87); }
td.TdClassName
{
border-color: #155A57;
}
.TagClassName
{
border-color: #155A57;
}
</style>