Shades of Blue Stone #185958
Tints of Blue Stone #185958
RGB
CMYK
RGB Variations
Color information
#185958 (or 0x185958) is known color: Blue Stone. HEX triplet: 18, 59 and 58. RGB value is (24,89,88). Sum of RGB (Red+Green+Blue) = 24+89+88=201 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.94% from 201); Green value is 89 (35.16% from 255 or 44.28% from 201); Blue value is 88 (34.77% from 255 or 43.78% from 201); Max value from RGB is 89 - color contains mainly: green. Hex color #185958 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185958 is #E7A6A7. Grayscale: #454545. Windows color (decimal): -15181480 or 5789976. OLE color: 5789976.
HSL color Cylindrical-coordinate representation of color #185958: hue angle of 179.08º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #185958 is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 89 | 88 | - |
| CMYK | 0.73 | 0 | 0.01 | 0.65 |
| HSL | 179.08º | 0.58% | 0.22% | - |
| HSV(B) | 179.08º | 0.73% | 0.35% | - |
| XYZ | 5.71 | 8.04 | 10.48 | - |
| YUV | 69.45 | 138.47 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 89 | 88 | 0.73 | 0 | 0.01 | 0.65 | 179.08 | 0.58 | 0.22 |
| Hex | 18 | 59 | 58 | 49 | 0 | 1 | 41 | B3 | 3A | 16 |
| Octal | 30 | 131 | 130 | 111 | 0 | 1 | 101 | 263 | 72 | 26 |
| Binary | 11000 | 1011001 | 1011000 | 1001001 | 0 | 1 | 1000001 | 10110011 | 111010 | 10110 |
Color Harmonies of #185958
Complementary color
Monochromatic Colors of #185958
Black with #185958
Text Example
Text Example
White with #185958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185958; }
p { color: rgb(24,89,88); }
H1.HeaderClassName
{
color: #185958;
}
.AnyTagClassName
{
color: #185958;
}
</style>
background-color css
<style>
a { background-color: #185958; }
a { background-color: rgb(24,89,88); }
div.DivClassName
{
background-color: #185958;
}
.BgClassName
{
background-color: #185958;
}
</style>
border-color css
<style>
span { border-color: #185958; }
span { border-color: rgb(24,89,88); }
td.TdClassName
{
border-color: #185958;
}
.TagClassName
{
border-color: #185958;
}
</style>