Shades of Blue Stone #155C60
Tints of Blue Stone #155C60
RGB
CMYK
RGB Variations
Color information
#155C60 (or 0x155C60) is known color: Blue Stone. HEX triplet: 15, 5C and 60. RGB value is (21,92,96). Sum of RGB (Red+Green+Blue) = 21+92+96=209 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.05% from 209); Green value is 92 (36.33% from 255 or 44.02% from 209); Blue value is 96 (37.89% from 255 or 45.93% from 209); Max value from RGB is 96 - color contains mainly: blue. Hex color #155C60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155C60 is #EAA39F. Grayscale: #474747. Windows color (decimal): -15377312 or 6315029. OLE color: 6315029.
HSL color Cylindrical-coordinate representation of color #155C60: hue angle of 183.2º 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 #155C60 is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 21 | 92 | 96 | - |
| CMYK | 0.78 | 0.04 | 0 | 0.62 |
| HSL | 183.2º | 0.64% | 0.23% | - |
| HSV(B) | 183.2º | 0.78% | 0.38% | - |
| XYZ | 6.25 | 8.66 | 12.41 | - |
| YUV | 71.23 | 141.98 | 92.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 92 | 96 | 0.78 | 0.04 | 0 | 0.62 | 183.2 | 0.64 | 0.23 |
| Hex | 15 | 5C | 60 | 4E | 4 | 0 | 3E | B7 | 40 | 17 |
| Octal | 25 | 134 | 140 | 116 | 4 | 0 | 76 | 267 | 100 | 27 |
| Binary | 10101 | 1011100 | 1100000 | 1001110 | 100 | 0 | 111110 | 10110111 | 1000000 | 10111 |
Color Harmonies of #155C60
Complementary color
Monochromatic Colors of #155C60
Black with #155C60
Text Example
Text Example
White with #155C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155C60; }
p { color: rgb(21,92,96); }
H1.HeaderClassName
{
color: #155C60;
}
.AnyTagClassName
{
color: #155C60;
}
</style>
background-color css
<style>
a { background-color: #155C60; }
a { background-color: rgb(21,92,96); }
div.DivClassName
{
background-color: #155C60;
}
.BgClassName
{
background-color: #155C60;
}
</style>
border-color css
<style>
span { border-color: #155C60; }
span { border-color: rgb(21,92,96); }
td.TdClassName
{
border-color: #155C60;
}
.TagClassName
{
border-color: #155C60;
}
</style>