Shades of Blue Stone #155A58
Tints of Blue Stone #155A58
RGB
CMYK
RGB Variations
Color information
#155A58 (or 0x155A58) is known color: Blue Stone. HEX triplet: 15, 5A and 58. RGB value is (21,90,88). Sum of RGB (Red+Green+Blue) = 21+90+88=199 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.55% from 199); Green value is 90 (35.55% from 255 or 45.23% from 199); Blue value is 88 (34.77% from 255 or 44.22% from 199); Max value from RGB is 90 - color contains mainly: green. Hex color #155A58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155A58 is #EAA5A7. Grayscale: #454545. Windows color (decimal): -15377832 or 5790229. OLE color: 5790229.
HSL color Cylindrical-coordinate representation of color #155A58: hue angle of 178.26º 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 #155A58 is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 90 | 88 | - |
| CMYK | 0.77 | 0 | 0.02 | 0.65 |
| HSL | 178.26º | 0.62% | 0.22% | - |
| HSV(B) | 178.26º | 0.77% | 0.35% | - |
| XYZ | 5.73 | 8.18 | 10.51 | - |
| YUV | 69.14 | 138.64 | 93.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 90 | 88 | 0.77 | 0 | 0.02 | 0.65 | 178.26 | 0.62 | 0.22 |
| Hex | 15 | 5A | 58 | 4D | 0 | 2 | 41 | B2 | 3E | 16 |
| Octal | 25 | 132 | 130 | 115 | 0 | 2 | 101 | 262 | 76 | 26 |
| Binary | 10101 | 1011010 | 1011000 | 1001101 | 0 | 10 | 1000001 | 10110010 | 111110 | 10110 |
Color Harmonies of #155A58
Complementary color
Monochromatic Colors of #155A58
Black with #155A58
Text Example
Text Example
White with #155A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155A58; }
p { color: rgb(21,90,88); }
H1.HeaderClassName
{
color: #155A58;
}
.AnyTagClassName
{
color: #155A58;
}
</style>
background-color css
<style>
a { background-color: #155A58; }
a { background-color: rgb(21,90,88); }
div.DivClassName
{
background-color: #155A58;
}
.BgClassName
{
background-color: #155A58;
}
</style>
border-color css
<style>
span { border-color: #155A58; }
span { border-color: rgb(21,90,88); }
td.TdClassName
{
border-color: #155A58;
}
.TagClassName
{
border-color: #155A58;
}
</style>