Shades of Blue Stone #11565D
Tints of Blue Stone #11565D
RGB
CMYK
RGB Variations
Color information
#11565D (or 0x11565D) is known color: Blue Stone. HEX triplet: 11, 56 and 5D. RGB value is (17,86,93). Sum of RGB (Red+Green+Blue) = 17+86+93=196 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.67% from 196); Green value is 86 (33.98% from 255 or 43.88% from 196); Blue value is 93 (36.72% from 255 or 47.45% from 196); Max value from RGB is 93 - color contains mainly: blue. Hex color #11565D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11565D is #EEA9A2. Grayscale: #424242. Windows color (decimal): -15640995 or 6116881. OLE color: 6116881.
HSL color Cylindrical-coordinate representation of color #11565D: hue angle of 185.53º 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 #11565D is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 86 | 93 | - |
| CMYK | 0.82 | 0.08 | 0 | 0.64 |
| HSL | 185.53º | 0.69% | 0.22% | - |
| HSV(B) | 185.53º | 0.82% | 0.36% | - |
| XYZ | 5.53 | 7.57 | 11.52 | - |
| YUV | 66.17 | 143.14 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 86 | 93 | 0.82 | 0.08 | 0 | 0.64 | 185.53 | 0.69 | 0.22 |
| Hex | 11 | 56 | 5D | 52 | 8 | 0 | 40 | BA | 45 | 16 |
| Octal | 21 | 126 | 135 | 122 | 10 | 0 | 100 | 272 | 105 | 26 |
| Binary | 10001 | 1010110 | 1011101 | 1010010 | 1000 | 0 | 1000000 | 10111010 | 1000101 | 10110 |
Color Harmonies of #11565D
Complementary color
Monochromatic Colors of #11565D
Black with #11565D
Text Example
Text Example
White with #11565D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11565D; }
p { color: rgb(17,86,93); }
H1.HeaderClassName
{
color: #11565D;
}
.AnyTagClassName
{
color: #11565D;
}
</style>
background-color css
<style>
a { background-color: #11565D; }
a { background-color: rgb(17,86,93); }
div.DivClassName
{
background-color: #11565D;
}
.BgClassName
{
background-color: #11565D;
}
</style>
border-color css
<style>
span { border-color: #11565D; }
span { border-color: rgb(17,86,93); }
td.TdClassName
{
border-color: #11565D;
}
.TagClassName
{
border-color: #11565D;
}
</style>