Shades of Blue Stone #185F57
Tints of Blue Stone #185F57
RGB
CMYK
RGB Variations
Color information
#185F57 (or 0x185F57) is known color: Blue Stone. HEX triplet: 18, 5F and 57. RGB value is (24,95,87). Sum of RGB (Red+Green+Blue) = 24+95+87=206 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.65% from 206); Green value is 95 (37.5% from 255 or 46.12% from 206); Blue value is 87 (34.38% from 255 or 42.23% from 206); Max value from RGB is 95 - color contains mainly: green. Hex color #185F57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185F57 is #E7A0A8. Grayscale: #484848. Windows color (decimal): -15179945 or 5725976. OLE color: 5725976.
HSL color Cylindrical-coordinate representation of color #185F57: hue angle of 173.24º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #185F57 is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 24 | 95 | 87 | - |
| CMYK | 0.75 | 0 | 0.08 | 0.63 |
| HSL | 173.24º | 0.6% | 0.23% | - |
| HSV(B) | 173.24º | 0.75% | 0.37% | - |
| XYZ | 6.19 | 9.07 | 10.44 | - |
| YUV | 72.86 | 135.98 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 95 | 87 | 0.75 | 0 | 0.08 | 0.63 | 173.24 | 0.6 | 0.23 |
| Hex | 18 | 5F | 57 | 4B | 0 | 8 | 3F | AD | 3C | 17 |
| Octal | 30 | 137 | 127 | 113 | 0 | 10 | 77 | 255 | 74 | 27 |
| Binary | 11000 | 1011111 | 1010111 | 1001011 | 0 | 1000 | 111111 | 10101101 | 111100 | 10111 |
Color Harmonies of #185F57
Complementary color
Monochromatic Colors of #185F57
Black with #185F57
Text Example
Text Example
White with #185F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185F57; }
p { color: rgb(24,95,87); }
H1.HeaderClassName
{
color: #185F57;
}
.AnyTagClassName
{
color: #185F57;
}
</style>
background-color css
<style>
a { background-color: #185F57; }
a { background-color: rgb(24,95,87); }
div.DivClassName
{
background-color: #185F57;
}
.BgClassName
{
background-color: #185F57;
}
</style>
border-color css
<style>
span { border-color: #185F57; }
span { border-color: rgb(24,95,87); }
td.TdClassName
{
border-color: #185F57;
}
.TagClassName
{
border-color: #185F57;
}
</style>