Shades of Blue Stone #15716D
Tints of Blue Stone #15716D
RGB
CMYK
RGB Variations
Color information
#15716D (or 0x15716D) is known color: Blue Stone. HEX triplet: 15, 71 and 6D. RGB value is (21,113,109). Sum of RGB (Red+Green+Blue) = 21+113+109=243 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.64% from 243); Green value is 113 (44.53% from 255 or 46.50% from 243); Blue value is 109 (42.97% from 255 or 44.86% from 243); Max value from RGB is 113 - color contains mainly: green. Hex color #15716D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15716D is #EA8E92. Grayscale: #545454. Windows color (decimal): -15371923 or 7172373. OLE color: 7172373.
HSL color Cylindrical-coordinate representation of color #15716D: hue angle of 177.39º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15716D is Cyan = 0.81, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 113 | 109 | - |
| CMYK | 0.81 | 0 | 0.04 | 0.56 |
| HSL | 177.39º | 0.69% | 0.26% | - |
| HSV(B) | 177.39º | 0.81% | 0.44% | - |
| XYZ | 8.97 | 13.07 | 16.52 | - |
| YUV | 85.04 | 141.52 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 113 | 109 | 0.81 | 0 | 0.04 | 0.56 | 177.39 | 0.69 | 0.26 |
| Hex | 15 | 71 | 6D | 51 | 0 | 4 | 38 | B1 | 45 | 1A |
| Octal | 25 | 161 | 155 | 121 | 0 | 4 | 70 | 261 | 105 | 32 |
| Binary | 10101 | 1110001 | 1101101 | 1010001 | 0 | 100 | 111000 | 10110001 | 1000101 | 11010 |
Color Harmonies of #15716D
Complementary color
Monochromatic Colors of #15716D
Black with #15716D
Text Example
Text Example
White with #15716D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15716D; }
p { color: rgb(21,113,109); }
H1.HeaderClassName
{
color: #15716D;
}
.AnyTagClassName
{
color: #15716D;
}
</style>
background-color css
<style>
a { background-color: #15716D; }
a { background-color: rgb(21,113,109); }
div.DivClassName
{
background-color: #15716D;
}
.BgClassName
{
background-color: #15716D;
}
</style>
border-color css
<style>
span { border-color: #15716D; }
span { border-color: rgb(21,113,109); }
td.TdClassName
{
border-color: #15716D;
}
.TagClassName
{
border-color: #15716D;
}
</style>