Shades of Blue Stone #15545F
Tints of Blue Stone #15545F
RGB
CMYK
RGB Variations
Color information
#15545F (or 0x15545F) is known color: Blue Stone. HEX triplet: 15, 54 and 5F. RGB value is (21,84,95). Sum of RGB (Red+Green+Blue) = 21+84+95=200 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.5% from 200); Green value is 84 (33.20% from 255 or 42% from 200); Blue value is 95 (37.5% from 255 or 47.5% from 200); Max value from RGB is 95 - color contains mainly: blue. Hex color #15545F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15545F is #EAABA0. Grayscale: #424242. Windows color (decimal): -15379361 or 6247445. OLE color: 6247445.
HSL color Cylindrical-coordinate representation of color #15545F: hue angle of 188.92º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #15545F is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 21 | 84 | 95 | - |
| CMYK | 0.78 | 0.12 | 0 | 0.63 |
| HSL | 188.92º | 0.64% | 0.23% | - |
| HSV(B) | 188.92º | 0.78% | 0.37% | - |
| XYZ | 5.55 | 7.33 | 11.95 | - |
| YUV | 66.42 | 144.13 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 84 | 95 | 0.78 | 0.12 | 0 | 0.63 | 188.92 | 0.64 | 0.23 |
| Hex | 15 | 54 | 5F | 4E | C | 0 | 3F | BD | 40 | 17 |
| Octal | 25 | 124 | 137 | 116 | 14 | 0 | 77 | 275 | 100 | 27 |
| Binary | 10101 | 1010100 | 1011111 | 1001110 | 1100 | 0 | 111111 | 10111101 | 1000000 | 10111 |
Color Harmonies of #15545F
Complementary color
Monochromatic Colors of #15545F
Black with #15545F
Text Example
Text Example
White with #15545F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15545F; }
p { color: rgb(21,84,95); }
H1.HeaderClassName
{
color: #15545F;
}
.AnyTagClassName
{
color: #15545F;
}
</style>
background-color css
<style>
a { background-color: #15545F; }
a { background-color: rgb(21,84,95); }
div.DivClassName
{
background-color: #15545F;
}
.BgClassName
{
background-color: #15545F;
}
</style>
border-color css
<style>
span { border-color: #15545F; }
span { border-color: rgb(21,84,95); }
td.TdClassName
{
border-color: #15545F;
}
.TagClassName
{
border-color: #15545F;
}
</style>