Shades of Blue Stone #185957
Tints of Blue Stone #185957
RGB
CMYK
RGB Variations
Color information
#185957 (or 0x185957) is known color: Blue Stone. HEX triplet: 18, 59 and 57. RGB value is (24,89,87). Sum of RGB (Red+Green+Blue) = 24+89+87=200 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12% from 200); Green value is 89 (35.16% from 255 or 44.5% from 200); Blue value is 87 (34.38% from 255 or 43.5% from 200); Max value from RGB is 89 - color contains mainly: green. Hex color #185957 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185957 is #E7A6A8. Grayscale: #454545. Windows color (decimal): -15181481 or 5724440. OLE color: 5724440.
HSL color Cylindrical-coordinate representation of color #185957: hue angle of 178.15º 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 #185957 is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 89 | 87 | - |
| CMYK | 0.73 | 0 | 0.02 | 0.65 |
| HSL | 178.15º | 0.58% | 0.22% | - |
| HSV(B) | 178.15º | 0.73% | 0.35% | - |
| XYZ | 5.67 | 8.03 | 10.27 | - |
| YUV | 69.34 | 137.97 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 89 | 87 | 0.73 | 0 | 0.02 | 0.65 | 178.15 | 0.58 | 0.22 |
| Hex | 18 | 59 | 57 | 49 | 0 | 2 | 41 | B2 | 3A | 16 |
| Octal | 30 | 131 | 127 | 111 | 0 | 2 | 101 | 262 | 72 | 26 |
| Binary | 11000 | 1011001 | 1010111 | 1001001 | 0 | 10 | 1000001 | 10110010 | 111010 | 10110 |
Color Harmonies of #185957
Complementary color
Monochromatic Colors of #185957
Black with #185957
Text Example
Text Example
White with #185957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185957; }
p { color: rgb(24,89,87); }
H1.HeaderClassName
{
color: #185957;
}
.AnyTagClassName
{
color: #185957;
}
</style>
background-color css
<style>
a { background-color: #185957; }
a { background-color: rgb(24,89,87); }
div.DivClassName
{
background-color: #185957;
}
.BgClassName
{
background-color: #185957;
}
</style>
border-color css
<style>
span { border-color: #185957; }
span { border-color: rgb(24,89,87); }
td.TdClassName
{
border-color: #185957;
}
.TagClassName
{
border-color: #185957;
}
</style>