Shades of Blue Stone #11555E
Tints of Blue Stone #11555E
RGB
CMYK
RGB Variations
Color information
#11555E (or 0x11555E) is known color: Blue Stone. HEX triplet: 11, 55 and 5E. RGB value is (17,85,94). Sum of RGB (Red+Green+Blue) = 17+85+94=196 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.67% from 196); Green value is 85 (33.59% from 255 or 43.37% from 196); Blue value is 94 (37.11% from 255 or 47.96% from 196); Max value from RGB is 94 - color contains mainly: blue. Hex color #11555E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11555E is #EEAAA1. Grayscale: #414141. Windows color (decimal): -15641250 or 6182161. OLE color: 6182161.
HSL color Cylindrical-coordinate representation of color #11555E: hue angle of 187.01º degrees, saturation: 0.69, 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 #11555E is Cyan = 0.82, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 17 | 85 | 94 | - |
| CMYK | 0.82 | 0.10 | 0 | 0.63 |
| HSL | 187.01º | 0.69% | 0.22% | - |
| HSV(B) | 187.01º | 0.82% | 0.37% | - |
| XYZ | 5.5 | 7.42 | 11.73 | - |
| YUV | 65.69 | 143.97 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 85 | 94 | 0.82 | 0.10 | 0 | 0.63 | 187.01 | 0.69 | 0.22 |
| Hex | 11 | 55 | 5E | 52 | A | 0 | 3F | BB | 45 | 16 |
| Octal | 21 | 125 | 136 | 122 | 12 | 0 | 77 | 273 | 105 | 26 |
| Binary | 10001 | 1010101 | 1011110 | 1010010 | 1010 | 0 | 111111 | 10111011 | 1000101 | 10110 |
Color Harmonies of #11555E
Complementary color
Monochromatic Colors of #11555E
Black with #11555E
Text Example
Text Example
White with #11555E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11555E; }
p { color: rgb(17,85,94); }
H1.HeaderClassName
{
color: #11555E;
}
.AnyTagClassName
{
color: #11555E;
}
</style>
background-color css
<style>
a { background-color: #11555E; }
a { background-color: rgb(17,85,94); }
div.DivClassName
{
background-color: #11555E;
}
.BgClassName
{
background-color: #11555E;
}
</style>
border-color css
<style>
span { border-color: #11555E; }
span { border-color: rgb(17,85,94); }
td.TdClassName
{
border-color: #11555E;
}
.TagClassName
{
border-color: #11555E;
}
</style>