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