Shades of Blue Stone #15555F
Tints of Blue Stone #15555F
RGB
CMYK
RGB Variations
Color information
#15555F (or 0x15555F) is known color: Blue Stone. HEX triplet: 15, 55 and 5F. RGB value is (21,85,95). Sum of RGB (Red+Green+Blue) = 21+85+95=201 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.45% from 201); Green value is 85 (33.59% from 255 or 42.29% from 201); Blue value is 95 (37.5% from 255 or 47.26% from 201); Max value from RGB is 95 - color contains mainly: blue. Hex color #15555F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15555F is #EAAAA0. Grayscale: #424242. Windows color (decimal): -15379105 or 6247701. OLE color: 6247701.
HSL color Cylindrical-coordinate representation of color #15555F: hue angle of 188.11º 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 #15555F is Cyan = 0.78, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 21 | 85 | 95 | - |
| CMYK | 0.78 | 0.11 | 0 | 0.63 |
| HSL | 188.11º | 0.64% | 0.23% | - |
| HSV(B) | 188.11º | 0.78% | 0.37% | - |
| XYZ | 5.62 | 7.48 | 11.97 | - |
| YUV | 67 | 143.8 | 95.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 85 | 95 | 0.78 | 0.11 | 0 | 0.63 | 188.11 | 0.64 | 0.23 |
| Hex | 15 | 55 | 5F | 4E | B | 0 | 3F | BC | 40 | 17 |
| Octal | 25 | 125 | 137 | 116 | 13 | 0 | 77 | 274 | 100 | 27 |
| Binary | 10101 | 1010101 | 1011111 | 1001110 | 1011 | 0 | 111111 | 10111100 | 1000000 | 10111 |
Color Harmonies of #15555F
Complementary color
Monochromatic Colors of #15555F
Black with #15555F
Text Example
Text Example
White with #15555F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15555F; }
p { color: rgb(21,85,95); }
H1.HeaderClassName
{
color: #15555F;
}
.AnyTagClassName
{
color: #15555F;
}
</style>
background-color css
<style>
a { background-color: #15555F; }
a { background-color: rgb(21,85,95); }
div.DivClassName
{
background-color: #15555F;
}
.BgClassName
{
background-color: #15555F;
}
</style>
border-color css
<style>
span { border-color: #15555F; }
span { border-color: rgb(21,85,95); }
td.TdClassName
{
border-color: #15555F;
}
.TagClassName
{
border-color: #15555F;
}
</style>