Shades of Blue Stone #11535D
Tints of Blue Stone #11535D
RGB
CMYK
RGB Variations
Color information
#11535D (or 0x11535D) is known color: Blue Stone. HEX triplet: 11, 53 and 5D. RGB value is (17,83,93). Sum of RGB (Red+Green+Blue) = 17+83+93=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 83 (32.81% from 255 or 43.01% from 193); Blue value is 93 (36.72% from 255 or 48.19% from 193); Max value from RGB is 93 - color contains mainly: blue. Hex color #11535D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11535D is #EEACA2. Grayscale: #404040. Windows color (decimal): -15641763 or 6116113. OLE color: 6116113.
HSL color Cylindrical-coordinate representation of color #11535D: hue angle of 187.89º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11535D is Cyan = 0.82, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 83 | 93 | - |
| CMYK | 0.82 | 0.11 | 0 | 0.64 |
| HSL | 187.89º | 0.69% | 0.22% | - |
| HSV(B) | 187.89º | 0.82% | 0.36% | - |
| XYZ | 5.3 | 7.1 | 11.45 | - |
| YUV | 64.41 | 144.13 | 94.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 83 | 93 | 0.82 | 0.11 | 0 | 0.64 | 187.89 | 0.69 | 0.22 |
| Hex | 11 | 53 | 5D | 52 | B | 0 | 40 | BC | 45 | 16 |
| Octal | 21 | 123 | 135 | 122 | 13 | 0 | 100 | 274 | 105 | 26 |
| Binary | 10001 | 1010011 | 1011101 | 1010010 | 1011 | 0 | 1000000 | 10111100 | 1000101 | 10110 |
Color Harmonies of #11535D
Complementary color
Monochromatic Colors of #11535D
Black with #11535D
Text Example
Text Example
White with #11535D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11535D; }
p { color: rgb(17,83,93); }
H1.HeaderClassName
{
color: #11535D;
}
.AnyTagClassName
{
color: #11535D;
}
</style>
background-color css
<style>
a { background-color: #11535D; }
a { background-color: rgb(17,83,93); }
div.DivClassName
{
background-color: #11535D;
}
.BgClassName
{
background-color: #11535D;
}
</style>
border-color css
<style>
span { border-color: #11535D; }
span { border-color: rgb(17,83,93); }
td.TdClassName
{
border-color: #11535D;
}
.TagClassName
{
border-color: #11535D;
}
</style>