Shades of Blue Stone #185752
Tints of Blue Stone #185752
RGB
CMYK
RGB Variations
Color information
#185752 (or 0x185752) is known color: Blue Stone. HEX triplet: 18, 57 and 52. RGB value is (24,87,82). Sum of RGB (Red+Green+Blue) = 24+87+82=193 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.44% from 193); Green value is 87 (34.38% from 255 or 45.08% from 193); Blue value is 82 (32.42% from 255 or 42.49% from 193); Max value from RGB is 87 - color contains mainly: green. Hex color #185752 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185752 is #E7A8AD. Grayscale: #434343. Windows color (decimal): -15181998 or 5396248. OLE color: 5396248.
HSL color Cylindrical-coordinate representation of color #185752: hue angle of 175.24º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #185752 is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 24 | 87 | 82 | - |
| CMYK | 0.72 | 0 | 0.06 | 0.66 |
| HSL | 175.24º | 0.57% | 0.22% | - |
| HSV(B) | 175.24º | 0.72% | 0.34% | - |
| XYZ | 5.31 | 7.62 | 9.17 | - |
| YUV | 67.59 | 136.13 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 87 | 82 | 0.72 | 0 | 0.06 | 0.66 | 175.24 | 0.57 | 0.22 |
| Hex | 18 | 57 | 52 | 48 | 0 | 6 | 42 | AF | 39 | 16 |
| Octal | 30 | 127 | 122 | 110 | 0 | 6 | 102 | 257 | 71 | 26 |
| Binary | 11000 | 1010111 | 1010010 | 1001000 | 0 | 110 | 1000010 | 10101111 | 111001 | 10110 |
Color Harmonies of #185752
Complementary color
Monochromatic Colors of #185752
Black with #185752
Text Example
Text Example
White with #185752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185752; }
p { color: rgb(24,87,82); }
H1.HeaderClassName
{
color: #185752;
}
.AnyTagClassName
{
color: #185752;
}
</style>
background-color css
<style>
a { background-color: #185752; }
a { background-color: rgb(24,87,82); }
div.DivClassName
{
background-color: #185752;
}
.BgClassName
{
background-color: #185752;
}
</style>
border-color css
<style>
span { border-color: #185752; }
span { border-color: rgb(24,87,82); }
td.TdClassName
{
border-color: #185752;
}
.TagClassName
{
border-color: #185752;
}
</style>