Shades of Blue Stone #185955
Tints of Blue Stone #185955
RGB
CMYK
RGB Variations
Color information
#185955 (or 0x185955) is known color: Blue Stone. HEX triplet: 18, 59 and 55. RGB value is (24,89,85). Sum of RGB (Red+Green+Blue) = 24+89+85=198 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.12% from 198); Green value is 89 (35.16% from 255 or 44.95% from 198); Blue value is 85 (33.59% from 255 or 42.93% from 198); Max value from RGB is 89 - color contains mainly: green. Hex color #185955 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185955 is #E7A6AA. Grayscale: #454545. Windows color (decimal): -15181483 or 5593368. OLE color: 5593368.
HSL color Cylindrical-coordinate representation of color #185955: hue angle of 176.31º 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 #185955 is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 89 | 85 | - |
| CMYK | 0.73 | 0 | 0.04 | 0.65 |
| HSL | 176.31º | 0.58% | 0.22% | - |
| HSV(B) | 176.31º | 0.73% | 0.35% | - |
| XYZ | 5.59 | 7.99 | 9.84 | - |
| YUV | 69.11 | 136.97 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 89 | 85 | 0.73 | 0 | 0.04 | 0.65 | 176.31 | 0.58 | 0.22 |
| Hex | 18 | 59 | 55 | 49 | 0 | 4 | 41 | B0 | 3A | 16 |
| Octal | 30 | 131 | 125 | 111 | 0 | 4 | 101 | 260 | 72 | 26 |
| Binary | 11000 | 1011001 | 1010101 | 1001001 | 0 | 100 | 1000001 | 10110000 | 111010 | 10110 |
Color Harmonies of #185955
Complementary color
Monochromatic Colors of #185955
Black with #185955
Text Example
Text Example
White with #185955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185955; }
p { color: rgb(24,89,85); }
H1.HeaderClassName
{
color: #185955;
}
.AnyTagClassName
{
color: #185955;
}
</style>
background-color css
<style>
a { background-color: #185955; }
a { background-color: rgb(24,89,85); }
div.DivClassName
{
background-color: #185955;
}
.BgClassName
{
background-color: #185955;
}
</style>
border-color css
<style>
span { border-color: #185955; }
span { border-color: rgb(24,89,85); }
td.TdClassName
{
border-color: #185955;
}
.TagClassName
{
border-color: #185955;
}
</style>