Shades of Blue Stone #155A60
Tints of Blue Stone #155A60
RGB
CMYK
RGB Variations
Color information
#155A60 (or 0x155A60) is known color: Blue Stone. HEX triplet: 15, 5A and 60. RGB value is (21,90,96). Sum of RGB (Red+Green+Blue) = 21+90+96=207 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.14% from 207); Green value is 90 (35.55% from 255 or 43.48% from 207); Blue value is 96 (37.89% from 255 or 46.38% from 207); Max value from RGB is 96 - color contains mainly: blue. Hex color #155A60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155A60 is #EAA59F. Grayscale: #454545. Windows color (decimal): -15377824 or 6314517. OLE color: 6314517.
HSL color Cylindrical-coordinate representation of color #155A60: hue angle of 184.8º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #155A60 is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 21 | 90 | 96 | - |
| CMYK | 0.78 | 0.06 | 0 | 0.62 |
| HSL | 184.8º | 0.64% | 0.23% | - |
| HSV(B) | 184.8º | 0.78% | 0.38% | - |
| XYZ | 6.08 | 8.32 | 12.35 | - |
| YUV | 70.05 | 142.64 | 93.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 90 | 96 | 0.78 | 0.06 | 0 | 0.62 | 184.8 | 0.64 | 0.23 |
| Hex | 15 | 5A | 60 | 4E | 6 | 0 | 3E | B9 | 40 | 17 |
| Octal | 25 | 132 | 140 | 116 | 6 | 0 | 76 | 271 | 100 | 27 |
| Binary | 10101 | 1011010 | 1100000 | 1001110 | 110 | 0 | 111110 | 10111001 | 1000000 | 10111 |
Color Harmonies of #155A60
Complementary color
Monochromatic Colors of #155A60
Black with #155A60
Text Example
Text Example
White with #155A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155A60; }
p { color: rgb(21,90,96); }
H1.HeaderClassName
{
color: #155A60;
}
.AnyTagClassName
{
color: #155A60;
}
</style>
background-color css
<style>
a { background-color: #155A60; }
a { background-color: rgb(21,90,96); }
div.DivClassName
{
background-color: #155A60;
}
.BgClassName
{
background-color: #155A60;
}
</style>
border-color css
<style>
span { border-color: #155A60; }
span { border-color: rgb(21,90,96); }
td.TdClassName
{
border-color: #155A60;
}
.TagClassName
{
border-color: #155A60;
}
</style>