Shades of Blue Stone #15565B
Tints of Blue Stone #15565B
RGB
CMYK
RGB Variations
Color information
#15565B (or 0x15565B) is known color: Blue Stone. HEX triplet: 15, 56 and 5B. RGB value is (21,86,91). Sum of RGB (Red+Green+Blue) = 21+86+91=198 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.61% from 198); Green value is 86 (33.98% from 255 or 43.43% from 198); Blue value is 91 (35.94% from 255 or 45.96% from 198); Max value from RGB is 91 - color contains mainly: blue. Hex color #15565B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15565B is #EAA9A4. Grayscale: #434343. Windows color (decimal): -15378853 or 5985813. OLE color: 5985813.
HSL color Cylindrical-coordinate representation of color #15565B: hue angle of 184.29º 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 #15565B is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 86 | 91 | - |
| CMYK | 0.77 | 0.05 | 0 | 0.64 |
| HSL | 184.29º | 0.63% | 0.22% | - |
| HSV(B) | 184.29º | 0.77% | 0.36% | - |
| XYZ | 5.53 | 7.57 | 11.07 | - |
| YUV | 67.14 | 141.47 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 86 | 91 | 0.77 | 0.05 | 0 | 0.64 | 184.29 | 0.63 | 0.22 |
| Hex | 15 | 56 | 5B | 4D | 5 | 0 | 40 | B8 | 3E | 16 |
| Octal | 25 | 126 | 133 | 115 | 5 | 0 | 100 | 270 | 76 | 26 |
| Binary | 10101 | 1010110 | 1011011 | 1001101 | 101 | 0 | 1000000 | 10111000 | 111110 | 10110 |
Color Harmonies of #15565B
Complementary color
Monochromatic Colors of #15565B
Black with #15565B
Text Example
Text Example
White with #15565B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15565B; }
p { color: rgb(21,86,91); }
H1.HeaderClassName
{
color: #15565B;
}
.AnyTagClassName
{
color: #15565B;
}
</style>
background-color css
<style>
a { background-color: #15565B; }
a { background-color: rgb(21,86,91); }
div.DivClassName
{
background-color: #15565B;
}
.BgClassName
{
background-color: #15565B;
}
</style>
border-color css
<style>
span { border-color: #15565B; }
span { border-color: rgb(21,86,91); }
td.TdClassName
{
border-color: #15565B;
}
.TagClassName
{
border-color: #15565B;
}
</style>