Shades of Blue Stone #115C58
Tints of Blue Stone #115C58
RGB
CMYK
RGB Variations
Color information
#115C58 (or 0x115C58) is known color: Blue Stone. HEX triplet: 11, 5C and 58. RGB value is (17,92,88). Sum of RGB (Red+Green+Blue) = 17+92+88=197 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.63% from 197); Green value is 92 (36.33% from 255 or 46.70% from 197); Blue value is 88 (34.77% from 255 or 44.67% from 197); Max value from RGB is 92 - color contains mainly: green. Hex color #115C58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115C58 is #EEA3A7. Grayscale: #454545. Windows color (decimal): -15639464 or 5790737. OLE color: 5790737.
HSL color Cylindrical-coordinate representation of color #115C58: hue angle of 176.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 #115C58 is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 92 | 88 | - |
| CMYK | 0.82 | 0 | 0.04 | 0.64 |
| HSL | 176.8º | 0.69% | 0.21% | - |
| HSV(B) | 176.8º | 0.82% | 0.36% | - |
| XYZ | 5.82 | 8.48 | 10.56 | - |
| YUV | 69.12 | 138.65 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 92 | 88 | 0.82 | 0 | 0.04 | 0.64 | 176.8 | 0.69 | 0.21 |
| Hex | 11 | 5C | 58 | 52 | 0 | 4 | 40 | B1 | 45 | 15 |
| Octal | 21 | 134 | 130 | 122 | 0 | 4 | 100 | 261 | 105 | 25 |
| Binary | 10001 | 1011100 | 1011000 | 1010010 | 0 | 100 | 1000000 | 10110001 | 1000101 | 10101 |
Color Harmonies of #115C58
Complementary color
Monochromatic Colors of #115C58
Black with #115C58
Text Example
Text Example
White with #115C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115C58; }
p { color: rgb(17,92,88); }
H1.HeaderClassName
{
color: #115C58;
}
.AnyTagClassName
{
color: #115C58;
}
</style>
background-color css
<style>
a { background-color: #115C58; }
a { background-color: rgb(17,92,88); }
div.DivClassName
{
background-color: #115C58;
}
.BgClassName
{
background-color: #115C58;
}
</style>
border-color css
<style>
span { border-color: #115C58; }
span { border-color: rgb(17,92,88); }
td.TdClassName
{
border-color: #115C58;
}
.TagClassName
{
border-color: #115C58;
}
</style>