Shades of Blue Stone #155C58
Tints of Blue Stone #155C58
RGB
CMYK
RGB Variations
Color information
#155C58 (or 0x155C58) is known color: Blue Stone. HEX triplet: 15, 5C and 58. RGB value is (21,92,88). Sum of RGB (Red+Green+Blue) = 21+92+88=201 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.45% from 201); Green value is 92 (36.33% from 255 or 45.77% from 201); Blue value is 88 (34.77% from 255 or 43.78% from 201); Max value from RGB is 92 - color contains mainly: green. Hex color #155C58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155C58 is #EAA3A7. Grayscale: #464646. Windows color (decimal): -15377320 or 5790741. OLE color: 5790741.
HSL color Cylindrical-coordinate representation of color #155C58: hue angle of 176.62º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #155C58 is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 92 | 88 | - |
| CMYK | 0.77 | 0 | 0.04 | 0.64 |
| HSL | 176.62º | 0.63% | 0.22% | - |
| HSV(B) | 176.62º | 0.77% | 0.36% | - |
| XYZ | 5.9 | 8.52 | 10.57 | - |
| YUV | 70.32 | 137.98 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 92 | 88 | 0.77 | 0 | 0.04 | 0.64 | 176.62 | 0.63 | 0.22 |
| Hex | 15 | 5C | 58 | 4D | 0 | 4 | 40 | B1 | 3F | 16 |
| Octal | 25 | 134 | 130 | 115 | 0 | 4 | 100 | 261 | 77 | 26 |
| Binary | 10101 | 1011100 | 1011000 | 1001101 | 0 | 100 | 1000000 | 10110001 | 111111 | 10110 |
Color Harmonies of #155C58
Complementary color
Monochromatic Colors of #155C58
Black with #155C58
Text Example
Text Example
White with #155C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155C58; }
p { color: rgb(21,92,88); }
H1.HeaderClassName
{
color: #155C58;
}
.AnyTagClassName
{
color: #155C58;
}
</style>
background-color css
<style>
a { background-color: #155C58; }
a { background-color: rgb(21,92,88); }
div.DivClassName
{
background-color: #155C58;
}
.BgClassName
{
background-color: #155C58;
}
</style>
border-color css
<style>
span { border-color: #155C58; }
span { border-color: rgb(21,92,88); }
td.TdClassName
{
border-color: #155C58;
}
.TagClassName
{
border-color: #155C58;
}
</style>