Shades of Blue Stone #155F5A
Tints of Blue Stone #155F5A
RGB
CMYK
RGB Variations
Color information
#155F5A (or 0x155F5A) is known color: Blue Stone. HEX triplet: 15, 5F and 5A. RGB value is (21,95,90). Sum of RGB (Red+Green+Blue) = 21+95+90=206 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.19% from 206); Green value is 95 (37.5% from 255 or 46.12% from 206); Blue value is 90 (35.55% from 255 or 43.69% from 206); Max value from RGB is 95 - color contains mainly: green. Hex color #155F5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155F5A is #EAA0A5. Grayscale: #484848. Windows color (decimal): -15376550 or 5922581. OLE color: 5922581.
HSL color Cylindrical-coordinate representation of color #155F5A: hue angle of 175.95º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #155F5A is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 21 | 95 | 90 | - |
| CMYK | 0.78 | 0 | 0.05 | 0.63 |
| HSL | 175.95º | 0.64% | 0.23% | - |
| HSV(B) | 175.95º | 0.78% | 0.37% | - |
| XYZ | 6.25 | 9.08 | 11.1 | - |
| YUV | 72.3 | 137.98 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 95 | 90 | 0.78 | 0 | 0.05 | 0.63 | 175.95 | 0.64 | 0.23 |
| Hex | 15 | 5F | 5A | 4E | 0 | 5 | 3F | B0 | 40 | 17 |
| Octal | 25 | 137 | 132 | 116 | 0 | 5 | 77 | 260 | 100 | 27 |
| Binary | 10101 | 1011111 | 1011010 | 1001110 | 0 | 101 | 111111 | 10110000 | 1000000 | 10111 |
Color Harmonies of #155F5A
Complementary color
Monochromatic Colors of #155F5A
Black with #155F5A
Text Example
Text Example
White with #155F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155F5A; }
p { color: rgb(21,95,90); }
H1.HeaderClassName
{
color: #155F5A;
}
.AnyTagClassName
{
color: #155F5A;
}
</style>
background-color css
<style>
a { background-color: #155F5A; }
a { background-color: rgb(21,95,90); }
div.DivClassName
{
background-color: #155F5A;
}
.BgClassName
{
background-color: #155F5A;
}
</style>
border-color css
<style>
span { border-color: #155F5A; }
span { border-color: rgb(21,95,90); }
td.TdClassName
{
border-color: #155F5A;
}
.TagClassName
{
border-color: #155F5A;
}
</style>