Shades of Blue Stone #115F54
Tints of Blue Stone #115F54
RGB
CMYK
RGB Variations
Color information
#115F54 (or 0x115F54) is known color: Blue Stone. HEX triplet: 11, 5F and 54. RGB value is (17,95,84). Sum of RGB (Red+Green+Blue) = 17+95+84=196 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.67% from 196); Green value is 95 (37.5% from 255 or 48.47% from 196); Blue value is 84 (33.20% from 255 or 42.86% from 196); Max value from RGB is 95 - color contains mainly: green. Hex color #115F54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115F54 is #EEA0AB. Grayscale: #464646. Windows color (decimal): -15638700 or 5529361. OLE color: 5529361.
HSL color Cylindrical-coordinate representation of color #115F54: hue angle of 171.54º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #115F54 is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 17 | 95 | 84 | - |
| CMYK | 0.82 | 0 | 0.12 | 0.63 |
| HSL | 171.54º | 0.7% | 0.22% | - |
| HSV(B) | 171.54º | 0.82% | 0.37% | - |
| XYZ | 5.92 | 8.94 | 9.8 | - |
| YUV | 70.42 | 135.66 | 89.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 95 | 84 | 0.82 | 0 | 0.12 | 0.63 | 171.54 | 0.7 | 0.22 |
| Hex | 11 | 5F | 54 | 52 | 0 | C | 3F | AC | 46 | 16 |
| Octal | 21 | 137 | 124 | 122 | 0 | 14 | 77 | 254 | 106 | 26 |
| Binary | 10001 | 1011111 | 1010100 | 1010010 | 0 | 1100 | 111111 | 10101100 | 1000110 | 10110 |
Color Harmonies of #115F54
Complementary color
Monochromatic Colors of #115F54
Black with #115F54
Text Example
Text Example
White with #115F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115F54; }
p { color: rgb(17,95,84); }
H1.HeaderClassName
{
color: #115F54;
}
.AnyTagClassName
{
color: #115F54;
}
</style>
background-color css
<style>
a { background-color: #115F54; }
a { background-color: rgb(17,95,84); }
div.DivClassName
{
background-color: #115F54;
}
.BgClassName
{
background-color: #115F54;
}
</style>
border-color css
<style>
span { border-color: #115F54; }
span { border-color: rgb(17,95,84); }
td.TdClassName
{
border-color: #115F54;
}
.TagClassName
{
border-color: #115F54;
}
</style>