Shades of Blue Stone #11565C
Tints of Blue Stone #11565C
RGB
CMYK
RGB Variations
Color information
#11565C (or 0x11565C) is known color: Blue Stone. HEX triplet: 11, 56 and 5C. RGB value is (17,86,92). Sum of RGB (Red+Green+Blue) = 17+86+92=195 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.72% from 195); Green value is 86 (33.98% from 255 or 44.10% from 195); Blue value is 92 (36.33% from 255 or 47.18% from 195); Max value from RGB is 92 - color contains mainly: blue. Hex color #11565C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11565C is #EEA9A3. Grayscale: #414141. Windows color (decimal): -15640996 or 6051345. OLE color: 6051345.
HSL color Cylindrical-coordinate representation of color #11565C: hue angle of 184.8º 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 #11565C is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 86 | 92 | - |
| CMYK | 0.82 | 0.07 | 0 | 0.64 |
| HSL | 184.8º | 0.69% | 0.21% | - |
| HSV(B) | 184.8º | 0.82% | 0.36% | - |
| XYZ | 5.49 | 7.55 | 11.29 | - |
| YUV | 66.05 | 142.64 | 93.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 86 | 92 | 0.82 | 0.07 | 0 | 0.64 | 184.8 | 0.69 | 0.21 |
| Hex | 11 | 56 | 5C | 52 | 7 | 0 | 40 | B9 | 45 | 15 |
| Octal | 21 | 126 | 134 | 122 | 7 | 0 | 100 | 271 | 105 | 25 |
| Binary | 10001 | 1010110 | 1011100 | 1010010 | 111 | 0 | 1000000 | 10111001 | 1000101 | 10101 |
Color Harmonies of #11565C
Complementary color
Monochromatic Colors of #11565C
Black with #11565C
Text Example
Text Example
White with #11565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11565C; }
p { color: rgb(17,86,92); }
H1.HeaderClassName
{
color: #11565C;
}
.AnyTagClassName
{
color: #11565C;
}
</style>
background-color css
<style>
a { background-color: #11565C; }
a { background-color: rgb(17,86,92); }
div.DivClassName
{
background-color: #11565C;
}
.BgClassName
{
background-color: #11565C;
}
</style>
border-color css
<style>
span { border-color: #11565C; }
span { border-color: rgb(17,86,92); }
td.TdClassName
{
border-color: #11565C;
}
.TagClassName
{
border-color: #11565C;
}
</style>