Shades of Blue Stone #115C5C
Tints of Blue Stone #115C5C
RGB
CMYK
RGB Variations
Color information
#115C5C (or 0x115C5C) is known color: Blue Stone. HEX triplet: 11, 5C and 5C. RGB value is (17,92,92). Sum of RGB (Red+Green+Blue) = 17+92+92=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 92 (36.33% from 255 or 45.77% from 201); Blue value is 92 (36.33% from 255 or 45.77% from 201); Max value from RGB is 92 - color contains mainly: green, blue. Hex color #115C5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115C5C is #EEA3A3. Grayscale: #454545. Windows color (decimal): -15639460 or 6052881. OLE color: 6052881.
HSL color Cylindrical-coordinate representation of color #115C5C: hue angle of 180º 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 #115C5C is Cyan = 0.82, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 92 | 92 | - |
| CMYK | 0.82 | 0 | 0 | 0.64 |
| HSL | 180º | 0.69% | 0.21% | - |
| HSV(B) | 180º | 0.82% | 0.36% | - |
| XYZ | 5.99 | 8.55 | 11.46 | - |
| YUV | 69.58 | 140.65 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 92 | 92 | 0.82 | 0 | 0 | 0.64 | 180 | 0.69 | 0.21 |
| Hex | 11 | 5C | 5C | 52 | 0 | 0 | 40 | B4 | 45 | 15 |
| Octal | 21 | 134 | 134 | 122 | 0 | 0 | 100 | 264 | 105 | 25 |
| Binary | 10001 | 1011100 | 1011100 | 1010010 | 0 | 0 | 1000000 | 10110100 | 1000101 | 10101 |
Color Harmonies of #115C5C
Complementary color
Monochromatic Colors of #115C5C
Black with #115C5C
Text Example
Text Example
White with #115C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115C5C; }
p { color: rgb(17,92,92); }
H1.HeaderClassName
{
color: #115C5C;
}
.AnyTagClassName
{
color: #115C5C;
}
</style>
background-color css
<style>
a { background-color: #115C5C; }
a { background-color: rgb(17,92,92); }
div.DivClassName
{
background-color: #115C5C;
}
.BgClassName
{
background-color: #115C5C;
}
</style>
border-color css
<style>
span { border-color: #115C5C; }
span { border-color: rgb(17,92,92); }
td.TdClassName
{
border-color: #115C5C;
}
.TagClassName
{
border-color: #115C5C;
}
</style>