Shades of Blue Stone #185652
Tints of Blue Stone #185652
RGB
CMYK
RGB Variations
Color information
#185652 (or 0x185652) is known color: Blue Stone. HEX triplet: 18, 56 and 52. RGB value is (24,86,82). Sum of RGB (Red+Green+Blue) = 24+86+82=192 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.5% from 192); Green value is 86 (33.98% from 255 or 44.79% from 192); Blue value is 82 (32.42% from 255 or 42.71% from 192); Max value from RGB is 86 - color contains mainly: green. Hex color #185652 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185652 is #E7A9AD. Grayscale: #424242. Windows color (decimal): -15182254 or 5395992. OLE color: 5395992.
HSL color Cylindrical-coordinate representation of color #185652: hue angle of 176.13º degrees, saturation: 0.56, 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 #185652 is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 24 | 86 | 82 | - |
| CMYK | 0.72 | 0 | 0.05 | 0.66 |
| HSL | 176.13º | 0.56% | 0.22% | - |
| HSV(B) | 176.13º | 0.72% | 0.34% | - |
| XYZ | 5.23 | 7.46 | 9.15 | - |
| YUV | 67.01 | 136.46 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 86 | 82 | 0.72 | 0 | 0.05 | 0.66 | 176.13 | 0.56 | 0.22 |
| Hex | 18 | 56 | 52 | 48 | 0 | 5 | 42 | B0 | 38 | 16 |
| Octal | 30 | 126 | 122 | 110 | 0 | 5 | 102 | 260 | 70 | 26 |
| Binary | 11000 | 1010110 | 1010010 | 1001000 | 0 | 101 | 1000010 | 10110000 | 111000 | 10110 |
Color Harmonies of #185652
Complementary color
Monochromatic Colors of #185652
Black with #185652
Text Example
Text Example
White with #185652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185652; }
p { color: rgb(24,86,82); }
H1.HeaderClassName
{
color: #185652;
}
.AnyTagClassName
{
color: #185652;
}
</style>
background-color css
<style>
a { background-color: #185652; }
a { background-color: rgb(24,86,82); }
div.DivClassName
{
background-color: #185652;
}
.BgClassName
{
background-color: #185652;
}
</style>
border-color css
<style>
span { border-color: #185652; }
span { border-color: rgb(24,86,82); }
td.TdClassName
{
border-color: #185652;
}
.TagClassName
{
border-color: #185652;
}
</style>