Shades of Blue Stone #11535C
Tints of Blue Stone #11535C
RGB
CMYK
RGB Variations
Color information
#11535C (or 0x11535C) is known color: Blue Stone. HEX triplet: 11, 53 and 5C. RGB value is (17,83,92). Sum of RGB (Red+Green+Blue) = 17+83+92=192 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.85% from 192); Green value is 83 (32.81% from 255 or 43.23% from 192); Blue value is 92 (36.33% from 255 or 47.92% from 192); Max value from RGB is 92 - color contains mainly: blue. Hex color #11535C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11535C is #EEACA3. Grayscale: #404040. Windows color (decimal): -15641764 or 6050577. OLE color: 6050577.
HSL color Cylindrical-coordinate representation of color #11535C: hue angle of 187.2º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11535C is Cyan = 0.82, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 83 | 92 | - |
| CMYK | 0.82 | 0.10 | 0 | 0.64 |
| HSL | 187.2º | 0.69% | 0.21% | - |
| HSV(B) | 187.2º | 0.82% | 0.36% | - |
| XYZ | 5.26 | 7.08 | 11.21 | - |
| YUV | 64.29 | 143.63 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 83 | 92 | 0.82 | 0.10 | 0 | 0.64 | 187.2 | 0.69 | 0.21 |
| Hex | 11 | 53 | 5C | 52 | A | 0 | 40 | BB | 45 | 15 |
| Octal | 21 | 123 | 134 | 122 | 12 | 0 | 100 | 273 | 105 | 25 |
| Binary | 10001 | 1010011 | 1011100 | 1010010 | 1010 | 0 | 1000000 | 10111011 | 1000101 | 10101 |
Color Harmonies of #11535C
Complementary color
Monochromatic Colors of #11535C
Black with #11535C
Text Example
Text Example
White with #11535C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11535C; }
p { color: rgb(17,83,92); }
H1.HeaderClassName
{
color: #11535C;
}
.AnyTagClassName
{
color: #11535C;
}
</style>
background-color css
<style>
a { background-color: #11535C; }
a { background-color: rgb(17,83,92); }
div.DivClassName
{
background-color: #11535C;
}
.BgClassName
{
background-color: #11535C;
}
</style>
border-color css
<style>
span { border-color: #11535C; }
span { border-color: rgb(17,83,92); }
td.TdClassName
{
border-color: #11535C;
}
.TagClassName
{
border-color: #11535C;
}
</style>