Shades of Blue Stone #11535E
Tints of Blue Stone #11535E
RGB
CMYK
RGB Variations
Color information
#11535E (or 0x11535E) is known color: Blue Stone. HEX triplet: 11, 53 and 5E. RGB value is (17,83,94). Sum of RGB (Red+Green+Blue) = 17+83+94=194 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.76% from 194); Green value is 83 (32.81% from 255 or 42.78% from 194); Blue value is 94 (37.11% from 255 or 48.45% from 194); Max value from RGB is 94 - color contains mainly: blue. Hex color #11535E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11535E is #EEACA1. Grayscale: #404040. Windows color (decimal): -15641762 or 6181649. OLE color: 6181649.
HSL color Cylindrical-coordinate representation of color #11535E: hue angle of 188.57º 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 #11535E is Cyan = 0.82, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 17 | 83 | 94 | - |
| CMYK | 0.82 | 0.12 | 0 | 0.63 |
| HSL | 188.57º | 0.69% | 0.22% | - |
| HSV(B) | 188.57º | 0.82% | 0.37% | - |
| XYZ | 5.34 | 7.11 | 11.68 | - |
| YUV | 64.52 | 144.63 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 83 | 94 | 0.82 | 0.12 | 0 | 0.63 | 188.57 | 0.69 | 0.22 |
| Hex | 11 | 53 | 5E | 52 | C | 0 | 3F | BD | 45 | 16 |
| Octal | 21 | 123 | 136 | 122 | 14 | 0 | 77 | 275 | 105 | 26 |
| Binary | 10001 | 1010011 | 1011110 | 1010010 | 1100 | 0 | 111111 | 10111101 | 1000101 | 10110 |
Color Harmonies of #11535E
Complementary color
Monochromatic Colors of #11535E
Black with #11535E
Text Example
Text Example
White with #11535E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11535E; }
p { color: rgb(17,83,94); }
H1.HeaderClassName
{
color: #11535E;
}
.AnyTagClassName
{
color: #11535E;
}
</style>
background-color css
<style>
a { background-color: #11535E; }
a { background-color: rgb(17,83,94); }
div.DivClassName
{
background-color: #11535E;
}
.BgClassName
{
background-color: #11535E;
}
</style>
border-color css
<style>
span { border-color: #11535E; }
span { border-color: rgb(17,83,94); }
td.TdClassName
{
border-color: #11535E;
}
.TagClassName
{
border-color: #11535E;
}
</style>