Shades of Blue Stone #15585B
Tints of Blue Stone #15585B
RGB
CMYK
RGB Variations
Color information
#15585B (or 0x15585B) is known color: Blue Stone. HEX triplet: 15, 58 and 5B. RGB value is (21,88,91). Sum of RGB (Red+Green+Blue) = 21+88+91=200 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.5% from 200); Green value is 88 (34.77% from 255 or 44% from 200); Blue value is 91 (35.94% from 255 or 45.5% from 200); Max value from RGB is 91 - color contains mainly: blue. Hex color #15585B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15585B is #EAA7A4. Grayscale: #444444. Windows color (decimal): -15378341 or 5986325. OLE color: 5986325.
HSL color Cylindrical-coordinate representation of color #15585B: hue angle of 182.57º degrees, saturation: 0.62, 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 #15585B is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 88 | 91 | - |
| CMYK | 0.77 | 0.03 | 0 | 0.64 |
| HSL | 182.57º | 0.63% | 0.22% | - |
| HSV(B) | 182.57º | 0.77% | 0.36% | - |
| XYZ | 5.69 | 7.89 | 11.12 | - |
| YUV | 68.31 | 140.8 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 88 | 91 | 0.77 | 0.03 | 0 | 0.64 | 182.57 | 0.63 | 0.22 |
| Hex | 15 | 58 | 5B | 4D | 3 | 0 | 40 | B7 | 3E | 16 |
| Octal | 25 | 130 | 133 | 115 | 3 | 0 | 100 | 267 | 76 | 26 |
| Binary | 10101 | 1011000 | 1011011 | 1001101 | 11 | 0 | 1000000 | 10110111 | 111110 | 10110 |
Color Harmonies of #15585B
Complementary color
Monochromatic Colors of #15585B
Black with #15585B
Text Example
Text Example
White with #15585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15585B; }
p { color: rgb(21,88,91); }
H1.HeaderClassName
{
color: #15585B;
}
.AnyTagClassName
{
color: #15585B;
}
</style>
background-color css
<style>
a { background-color: #15585B; }
a { background-color: rgb(21,88,91); }
div.DivClassName
{
background-color: #15585B;
}
.BgClassName
{
background-color: #15585B;
}
</style>
border-color css
<style>
span { border-color: #15585B; }
span { border-color: rgb(21,88,91); }
td.TdClassName
{
border-color: #15585B;
}
.TagClassName
{
border-color: #15585B;
}
</style>