Shades of Blue Stone #115C5A
Tints of Blue Stone #115C5A
RGB
CMYK
RGB Variations
Color information
#115C5A (or 0x115C5A) is known color: Blue Stone. HEX triplet: 11, 5C and 5A. RGB value is (17,92,90). Sum of RGB (Red+Green+Blue) = 17+92+90=199 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.54% from 199); Green value is 92 (36.33% from 255 or 46.23% from 199); Blue value is 90 (35.55% from 255 or 45.23% from 199); Max value from RGB is 92 - color contains mainly: green. Hex color #115C5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115C5A is #EEA3A5. Grayscale: #454545. Windows color (decimal): -15639462 or 5921809. OLE color: 5921809.
HSL color Cylindrical-coordinate representation of color #115C5A: hue angle of 178.4º 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 #115C5A is Cyan = 0.82, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 92 | 90 | - |
| CMYK | 0.82 | 0 | 0.02 | 0.64 |
| HSL | 178.4º | 0.69% | 0.21% | - |
| HSV(B) | 178.4º | 0.82% | 0.36% | - |
| XYZ | 5.9 | 8.51 | 11 | - |
| YUV | 69.35 | 139.65 | 90.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 92 | 90 | 0.82 | 0 | 0.02 | 0.64 | 178.4 | 0.69 | 0.21 |
| Hex | 11 | 5C | 5A | 52 | 0 | 2 | 40 | B2 | 45 | 15 |
| Octal | 21 | 134 | 132 | 122 | 0 | 2 | 100 | 262 | 105 | 25 |
| Binary | 10001 | 1011100 | 1011010 | 1010010 | 0 | 10 | 1000000 | 10110010 | 1000101 | 10101 |
Color Harmonies of #115C5A
Complementary color
Monochromatic Colors of #115C5A
Black with #115C5A
Text Example
Text Example
White with #115C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115C5A; }
p { color: rgb(17,92,90); }
H1.HeaderClassName
{
color: #115C5A;
}
.AnyTagClassName
{
color: #115C5A;
}
</style>
background-color css
<style>
a { background-color: #115C5A; }
a { background-color: rgb(17,92,90); }
div.DivClassName
{
background-color: #115C5A;
}
.BgClassName
{
background-color: #115C5A;
}
</style>
border-color css
<style>
span { border-color: #115C5A; }
span { border-color: rgb(17,92,90); }
td.TdClassName
{
border-color: #115C5A;
}
.TagClassName
{
border-color: #115C5A;
}
</style>