Shades of Blue Stone #185655
Tints of Blue Stone #185655
RGB
CMYK
RGB Variations
Color information
#185655 (or 0x185655) is known color: Blue Stone. HEX triplet: 18, 56 and 55. RGB value is (24,86,85). Sum of RGB (Red+Green+Blue) = 24+86+85=195 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.31% from 195); Green value is 86 (33.98% from 255 or 44.10% from 195); Blue value is 85 (33.59% from 255 or 43.59% from 195); Max value from RGB is 86 - color contains mainly: green. Hex color #185655 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185655 is #E7A9AA. Grayscale: #434343. Windows color (decimal): -15182251 or 5592600. OLE color: 5592600.
HSL color Cylindrical-coordinate representation of color #185655: hue angle of 179.03º 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 #185655 is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 24 | 86 | 85 | - |
| CMYK | 0.72 | 0 | 0.01 | 0.66 |
| HSL | 179.03º | 0.56% | 0.22% | - |
| HSV(B) | 179.03º | 0.72% | 0.34% | - |
| XYZ | 5.34 | 7.51 | 9.76 | - |
| YUV | 67.35 | 137.96 | 97.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 86 | 85 | 0.72 | 0 | 0.01 | 0.66 | 179.03 | 0.56 | 0.22 |
| Hex | 18 | 56 | 55 | 48 | 0 | 1 | 42 | B3 | 38 | 16 |
| Octal | 30 | 126 | 125 | 110 | 0 | 1 | 102 | 263 | 70 | 26 |
| Binary | 11000 | 1010110 | 1010101 | 1001000 | 0 | 1 | 1000010 | 10110011 | 111000 | 10110 |
Color Harmonies of #185655
Complementary color
Monochromatic Colors of #185655
Black with #185655
Text Example
Text Example
White with #185655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185655; }
p { color: rgb(24,86,85); }
H1.HeaderClassName
{
color: #185655;
}
.AnyTagClassName
{
color: #185655;
}
</style>
background-color css
<style>
a { background-color: #185655; }
a { background-color: rgb(24,86,85); }
div.DivClassName
{
background-color: #185655;
}
.BgClassName
{
background-color: #185655;
}
</style>
border-color css
<style>
span { border-color: #185655; }
span { border-color: rgb(24,86,85); }
td.TdClassName
{
border-color: #185655;
}
.TagClassName
{
border-color: #185655;
}
</style>