Shades of Blue Stone #105859
Tints of Blue Stone #105859
RGB
CMYK
RGB Variations
Color information
#105859 (or 0x105859) is known color: Blue Stone. HEX triplet: 10, 58 and 59. RGB value is (16,88,89). Sum of RGB (Red+Green+Blue) = 16+88+89=193 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.29% from 193); Green value is 88 (34.77% from 255 or 45.60% from 193); Blue value is 89 (35.16% from 255 or 46.11% from 193); Max value from RGB is 89 - color contains mainly: blue. Hex color #105859 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105859 is #EFA7A6. Grayscale: #424242. Windows color (decimal): -15706023 or 5855248. OLE color: 5855248.
HSL color Cylindrical-coordinate representation of color #105859: hue angle of 180.82º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #105859 is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 88 | 89 | - |
| CMYK | 0.82 | 0.01 | 0 | 0.65 |
| HSL | 180.82º | 0.7% | 0.21% | - |
| HSV(B) | 180.82º | 0.82% | 0.35% | - |
| XYZ | 5.51 | 7.81 | 10.67 | - |
| YUV | 66.59 | 140.65 | 91.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 88 | 89 | 0.82 | 0.01 | 0 | 0.65 | 180.82 | 0.7 | 0.21 |
| Hex | 10 | 58 | 59 | 52 | 1 | 0 | 41 | B5 | 46 | 15 |
| Octal | 20 | 130 | 131 | 122 | 1 | 0 | 101 | 265 | 106 | 25 |
| Binary | 10000 | 1011000 | 1011001 | 1010010 | 1 | 0 | 1000001 | 10110101 | 1000110 | 10101 |
Color Harmonies of #105859
Complementary color
Monochromatic Colors of #105859
Black with #105859
Text Example
Text Example
White with #105859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105859; }
p { color: rgb(16,88,89); }
H1.HeaderClassName
{
color: #105859;
}
.AnyTagClassName
{
color: #105859;
}
</style>
background-color css
<style>
a { background-color: #105859; }
a { background-color: rgb(16,88,89); }
div.DivClassName
{
background-color: #105859;
}
.BgClassName
{
background-color: #105859;
}
</style>
border-color css
<style>
span { border-color: #105859; }
span { border-color: rgb(16,88,89); }
td.TdClassName
{
border-color: #105859;
}
.TagClassName
{
border-color: #105859;
}
</style>