Shades of Blue Stone #185658
Tints of Blue Stone #185658
RGB
CMYK
RGB Variations
Color information
#185658 (or 0x185658) is known color: Blue Stone. HEX triplet: 18, 56 and 58. RGB value is (24,86,88). Sum of RGB (Red+Green+Blue) = 24+86+88=198 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.12% from 198); Green value is 86 (33.98% from 255 or 43.43% from 198); Blue value is 88 (34.77% from 255 or 44.44% from 198); Max value from RGB is 88 - color contains mainly: blue. Hex color #185658 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185658 is #E7A9A7. Grayscale: #434343. Windows color (decimal): -15182248 or 5789208. OLE color: 5789208.
HSL color Cylindrical-coordinate representation of color #185658: hue angle of 181.88º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #185658 is Cyan = 0.73, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 86 | 88 | - |
| CMYK | 0.73 | 0.02 | 0 | 0.65 |
| HSL | 181.88º | 0.57% | 0.22% | - |
| HSV(B) | 181.88º | 0.73% | 0.35% | - |
| XYZ | 5.47 | 7.55 | 10.4 | - |
| YUV | 67.69 | 139.46 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 86 | 88 | 0.73 | 0.02 | 0 | 0.65 | 181.88 | 0.57 | 0.22 |
| Hex | 18 | 56 | 58 | 49 | 2 | 0 | 41 | B6 | 39 | 16 |
| Octal | 30 | 126 | 130 | 111 | 2 | 0 | 101 | 266 | 71 | 26 |
| Binary | 11000 | 1010110 | 1011000 | 1001001 | 10 | 0 | 1000001 | 10110110 | 111001 | 10110 |
Color Harmonies of #185658
Complementary color
Monochromatic Colors of #185658
Black with #185658
Text Example
Text Example
White with #185658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185658; }
p { color: rgb(24,86,88); }
H1.HeaderClassName
{
color: #185658;
}
.AnyTagClassName
{
color: #185658;
}
</style>
background-color css
<style>
a { background-color: #185658; }
a { background-color: rgb(24,86,88); }
div.DivClassName
{
background-color: #185658;
}
.BgClassName
{
background-color: #185658;
}
</style>
border-color css
<style>
span { border-color: #185658; }
span { border-color: rgb(24,86,88); }
td.TdClassName
{
border-color: #185658;
}
.TagClassName
{
border-color: #185658;
}
</style>