Shades of Blue Stone #15555D
Tints of Blue Stone #15555D
RGB
CMYK
RGB Variations
Color information
#15555D (or 0x15555D) is known color: Blue Stone. HEX triplet: 15, 55 and 5D. RGB value is (21,85,93). Sum of RGB (Red+Green+Blue) = 21+85+93=199 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.55% from 199); Green value is 85 (33.59% from 255 or 42.71% from 199); Blue value is 93 (36.72% from 255 or 46.73% from 199); Max value from RGB is 93 - color contains mainly: blue. Hex color #15555D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15555D is #EAAAA2. Grayscale: #424242. Windows color (decimal): -15379107 or 6116629. OLE color: 6116629.
HSL color Cylindrical-coordinate representation of color #15555D: hue angle of 186.67º 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 #15555D is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 85 | 93 | - |
| CMYK | 0.77 | 0.09 | 0 | 0.64 |
| HSL | 186.67º | 0.63% | 0.22% | - |
| HSV(B) | 186.67º | 0.77% | 0.36% | - |
| XYZ | 5.53 | 7.45 | 11.5 | - |
| YUV | 66.78 | 142.8 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 85 | 93 | 0.77 | 0.09 | 0 | 0.64 | 186.67 | 0.63 | 0.22 |
| Hex | 15 | 55 | 5D | 4D | 9 | 0 | 40 | BB | 3F | 16 |
| Octal | 25 | 125 | 135 | 115 | 11 | 0 | 100 | 273 | 77 | 26 |
| Binary | 10101 | 1010101 | 1011101 | 1001101 | 1001 | 0 | 1000000 | 10111011 | 111111 | 10110 |
Color Harmonies of #15555D
Complementary color
Monochromatic Colors of #15555D
Black with #15555D
Text Example
Text Example
White with #15555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15555D; }
p { color: rgb(21,85,93); }
H1.HeaderClassName
{
color: #15555D;
}
.AnyTagClassName
{
color: #15555D;
}
</style>
background-color css
<style>
a { background-color: #15555D; }
a { background-color: rgb(21,85,93); }
div.DivClassName
{
background-color: #15555D;
}
.BgClassName
{
background-color: #15555D;
}
</style>
border-color css
<style>
span { border-color: #15555D; }
span { border-color: rgb(21,85,93); }
td.TdClassName
{
border-color: #15555D;
}
.TagClassName
{
border-color: #15555D;
}
</style>