Shades of Blue Stone #15555E
Tints of Blue Stone #15555E
RGB
CMYK
RGB Variations
Color information
#15555E (or 0x15555E) is known color: Blue Stone. HEX triplet: 15, 55 and 5E. RGB value is (21,85,94). Sum of RGB (Red+Green+Blue) = 21+85+94=200 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.5% from 200); Green value is 85 (33.59% from 255 or 42.5% from 200); Blue value is 94 (37.11% from 255 or 47% from 200); Max value from RGB is 94 - color contains mainly: blue. Hex color #15555E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15555E is #EAAAA1. Grayscale: #424242. Windows color (decimal): -15379106 or 6182165. OLE color: 6182165.
HSL color Cylindrical-coordinate representation of color #15555E: hue angle of 187.4º degrees, saturation: 0.63, 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 #15555E is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 21 | 85 | 94 | - |
| CMYK | 0.78 | 0.10 | 0 | 0.63 |
| HSL | 187.4º | 0.63% | 0.23% | - |
| HSV(B) | 187.4º | 0.78% | 0.37% | - |
| XYZ | 5.58 | 7.46 | 11.74 | - |
| YUV | 66.89 | 143.3 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 85 | 94 | 0.78 | 0.10 | 0 | 0.63 | 187.4 | 0.63 | 0.23 |
| Hex | 15 | 55 | 5E | 4E | A | 0 | 3F | BB | 3F | 17 |
| Octal | 25 | 125 | 136 | 116 | 12 | 0 | 77 | 273 | 77 | 27 |
| Binary | 10101 | 1010101 | 1011110 | 1001110 | 1010 | 0 | 111111 | 10111011 | 111111 | 10111 |
Color Harmonies of #15555E
Complementary color
Monochromatic Colors of #15555E
Black with #15555E
Text Example
Text Example
White with #15555E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15555E; }
p { color: rgb(21,85,94); }
H1.HeaderClassName
{
color: #15555E;
}
.AnyTagClassName
{
color: #15555E;
}
</style>
background-color css
<style>
a { background-color: #15555E; }
a { background-color: rgb(21,85,94); }
div.DivClassName
{
background-color: #15555E;
}
.BgClassName
{
background-color: #15555E;
}
</style>
border-color css
<style>
span { border-color: #15555E; }
span { border-color: rgb(21,85,94); }
td.TdClassName
{
border-color: #15555E;
}
.TagClassName
{
border-color: #15555E;
}
</style>