Shades of Blue Stone #185B56
Tints of Blue Stone #185B56
RGB
CMYK
RGB Variations
Color information
#185B56 (or 0x185B56) is known color: Blue Stone. HEX triplet: 18, 5B and 56. RGB value is (24,91,86). Sum of RGB (Red+Green+Blue) = 24+91+86=201 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.94% from 201); Green value is 91 (35.94% from 255 or 45.27% from 201); Blue value is 86 (33.98% from 255 or 42.79% from 201); Max value from RGB is 91 - color contains mainly: green. Hex color #185B56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185B56 is #E7A4A9. Grayscale: #464646. Windows color (decimal): -15180970 or 5659416. OLE color: 5659416.
HSL color Cylindrical-coordinate representation of color #185B56: hue angle of 175.52º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #185B56 is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 91 | 86 | - |
| CMYK | 0.74 | 0 | 0.05 | 0.64 |
| HSL | 175.52º | 0.58% | 0.23% | - |
| HSV(B) | 175.52º | 0.74% | 0.36% | - |
| XYZ | 5.8 | 8.35 | 10.11 | - |
| YUV | 70.4 | 136.8 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 91 | 86 | 0.74 | 0 | 0.05 | 0.64 | 175.52 | 0.58 | 0.23 |
| Hex | 18 | 5B | 56 | 4A | 0 | 5 | 40 | B0 | 3A | 17 |
| Octal | 30 | 133 | 126 | 112 | 0 | 5 | 100 | 260 | 72 | 27 |
| Binary | 11000 | 1011011 | 1010110 | 1001010 | 0 | 101 | 1000000 | 10110000 | 111010 | 10111 |
Color Harmonies of #185B56
Complementary color
Monochromatic Colors of #185B56
Black with #185B56
Text Example
Text Example
White with #185B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185B56; }
p { color: rgb(24,91,86); }
H1.HeaderClassName
{
color: #185B56;
}
.AnyTagClassName
{
color: #185B56;
}
</style>
background-color css
<style>
a { background-color: #185B56; }
a { background-color: rgb(24,91,86); }
div.DivClassName
{
background-color: #185B56;
}
.BgClassName
{
background-color: #185B56;
}
</style>
border-color css
<style>
span { border-color: #185B56; }
span { border-color: rgb(24,91,86); }
td.TdClassName
{
border-color: #185B56;
}
.TagClassName
{
border-color: #185B56;
}
</style>