Shades of Blue Stone #15565D
Tints of Blue Stone #15565D
RGB
CMYK
RGB Variations
Color information
#15565D (or 0x15565D) is known color: Blue Stone. HEX triplet: 15, 56 and 5D. RGB value is (21,86,93). Sum of RGB (Red+Green+Blue) = 21+86+93=200 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.5% from 200); Green value is 86 (33.98% from 255 or 43% from 200); Blue value is 93 (36.72% from 255 or 46.5% from 200); Max value from RGB is 93 - color contains mainly: blue. Hex color #15565D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15565D is #EAA9A2. Grayscale: #434343. Windows color (decimal): -15378851 or 6116885. OLE color: 6116885.
HSL color Cylindrical-coordinate representation of color #15565D: hue angle of 185.83º 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 #15565D is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 86 | 93 | - |
| CMYK | 0.77 | 0.08 | 0 | 0.64 |
| HSL | 185.83º | 0.63% | 0.22% | - |
| HSV(B) | 185.83º | 0.77% | 0.36% | - |
| XYZ | 5.61 | 7.61 | 11.53 | - |
| YUV | 67.36 | 142.47 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 86 | 93 | 0.77 | 0.08 | 0 | 0.64 | 185.83 | 0.63 | 0.22 |
| Hex | 15 | 56 | 5D | 4D | 8 | 0 | 40 | BA | 3F | 16 |
| Octal | 25 | 126 | 135 | 115 | 10 | 0 | 100 | 272 | 77 | 26 |
| Binary | 10101 | 1010110 | 1011101 | 1001101 | 1000 | 0 | 1000000 | 10111010 | 111111 | 10110 |
Color Harmonies of #15565D
Complementary color
Monochromatic Colors of #15565D
Black with #15565D
Text Example
Text Example
White with #15565D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15565D; }
p { color: rgb(21,86,93); }
H1.HeaderClassName
{
color: #15565D;
}
.AnyTagClassName
{
color: #15565D;
}
</style>
background-color css
<style>
a { background-color: #15565D; }
a { background-color: rgb(21,86,93); }
div.DivClassName
{
background-color: #15565D;
}
.BgClassName
{
background-color: #15565D;
}
</style>
border-color css
<style>
span { border-color: #15565D; }
span { border-color: rgb(21,86,93); }
td.TdClassName
{
border-color: #15565D;
}
.TagClassName
{
border-color: #15565D;
}
</style>