Shades of Blue Stone #115A52
Tints of Blue Stone #115A52
RGB
CMYK
RGB Variations
Color information
#115A52 (or 0x115A52) is known color: Blue Stone. HEX triplet: 11, 5A and 52. RGB value is (17,90,82). Sum of RGB (Red+Green+Blue) = 17+90+82=189 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.99% from 189); Green value is 90 (35.55% from 255 or 47.62% from 189); Blue value is 82 (32.42% from 255 or 43.39% from 189); Max value from RGB is 90 - color contains mainly: green. Hex color #115A52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115A52 is #EEA5AD. Grayscale: #434343. Windows color (decimal): -15639982 or 5397009. OLE color: 5397009.
HSL color Cylindrical-coordinate representation of color #115A52: hue angle of 173.42º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #115A52 is Cyan = 0.81, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 90 | 82 | - |
| CMYK | 0.81 | 0 | 0.09 | 0.65 |
| HSL | 173.42º | 0.68% | 0.21% | - |
| HSV(B) | 173.42º | 0.81% | 0.35% | - |
| XYZ | 5.41 | 8.04 | 9.25 | - |
| YUV | 67.26 | 136.32 | 92.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 90 | 82 | 0.81 | 0 | 0.09 | 0.65 | 173.42 | 0.68 | 0.21 |
| Hex | 11 | 5A | 52 | 51 | 0 | 9 | 41 | AD | 44 | 15 |
| Octal | 21 | 132 | 122 | 121 | 0 | 11 | 101 | 255 | 104 | 25 |
| Binary | 10001 | 1011010 | 1010010 | 1010001 | 0 | 1001 | 1000001 | 10101101 | 1000100 | 10101 |
Color Harmonies of #115A52
Complementary color
Monochromatic Colors of #115A52
Black with #115A52
Text Example
Text Example
White with #115A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115A52; }
p { color: rgb(17,90,82); }
H1.HeaderClassName
{
color: #115A52;
}
.AnyTagClassName
{
color: #115A52;
}
</style>
background-color css
<style>
a { background-color: #115A52; }
a { background-color: rgb(17,90,82); }
div.DivClassName
{
background-color: #115A52;
}
.BgClassName
{
background-color: #115A52;
}
</style>
border-color css
<style>
span { border-color: #115A52; }
span { border-color: rgb(17,90,82); }
td.TdClassName
{
border-color: #115A52;
}
.TagClassName
{
border-color: #115A52;
}
</style>