Shades of Blue Stone #15585D
Tints of Blue Stone #15585D
RGB
CMYK
RGB Variations
Color information
#15585D (or 0x15585D) is known color: Blue Stone. HEX triplet: 15, 58 and 5D. RGB value is (21,88,93). Sum of RGB (Red+Green+Blue) = 21+88+93=202 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.40% from 202); Green value is 88 (34.77% from 255 or 43.56% from 202); Blue value is 93 (36.72% from 255 or 46.04% from 202); Max value from RGB is 93 - color contains mainly: blue. Hex color #15585D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15585D is #EAA7A2. Grayscale: #444444. Windows color (decimal): -15378339 or 6117397. OLE color: 6117397.
HSL color Cylindrical-coordinate representation of color #15585D: hue angle of 184.17º 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 #15585D is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 88 | 93 | - |
| CMYK | 0.77 | 0.05 | 0 | 0.64 |
| HSL | 184.17º | 0.63% | 0.22% | - |
| HSV(B) | 184.17º | 0.77% | 0.36% | - |
| XYZ | 5.77 | 7.93 | 11.58 | - |
| YUV | 68.54 | 141.8 | 94.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 88 | 93 | 0.77 | 0.05 | 0 | 0.64 | 184.17 | 0.63 | 0.22 |
| Hex | 15 | 58 | 5D | 4D | 5 | 0 | 40 | B8 | 3F | 16 |
| Octal | 25 | 130 | 135 | 115 | 5 | 0 | 100 | 270 | 77 | 26 |
| Binary | 10101 | 1011000 | 1011101 | 1001101 | 101 | 0 | 1000000 | 10111000 | 111111 | 10110 |
Color Harmonies of #15585D
Complementary color
Monochromatic Colors of #15585D
Black with #15585D
Text Example
Text Example
White with #15585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15585D; }
p { color: rgb(21,88,93); }
H1.HeaderClassName
{
color: #15585D;
}
.AnyTagClassName
{
color: #15585D;
}
</style>
background-color css
<style>
a { background-color: #15585D; }
a { background-color: rgb(21,88,93); }
div.DivClassName
{
background-color: #15585D;
}
.BgClassName
{
background-color: #15585D;
}
</style>
border-color css
<style>
span { border-color: #15585D; }
span { border-color: rgb(21,88,93); }
td.TdClassName
{
border-color: #15585D;
}
.TagClassName
{
border-color: #15585D;
}
</style>