Shades of Blue Stone #105759
Tints of Blue Stone #105759
RGB
CMYK
RGB Variations
Color information
#105759 (or 0x105759) is known color: Blue Stone. HEX triplet: 10, 57 and 59. RGB value is (16,87,89). Sum of RGB (Red+Green+Blue) = 16+87+89=192 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.33% from 192); Green value is 87 (34.38% from 255 or 45.31% from 192); Blue value is 89 (35.16% from 255 or 46.35% from 192); Max value from RGB is 89 - color contains mainly: blue. Hex color #105759 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105759 is #EFA8A6. Grayscale: #414141. Windows color (decimal): -15706279 or 5854992. OLE color: 5854992.
HSL color Cylindrical-coordinate representation of color #105759: hue angle of 181.64º 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 #105759 is Cyan = 0.82, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 87 | 89 | - |
| CMYK | 0.82 | 0.02 | 0 | 0.65 |
| HSL | 181.64º | 0.7% | 0.21% | - |
| HSV(B) | 181.64º | 0.82% | 0.35% | - |
| XYZ | 5.43 | 7.65 | 10.64 | - |
| YUV | 66 | 140.98 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 87 | 89 | 0.82 | 0.02 | 0 | 0.65 | 181.64 | 0.7 | 0.21 |
| Hex | 10 | 57 | 59 | 52 | 2 | 0 | 41 | B6 | 46 | 15 |
| Octal | 20 | 127 | 131 | 122 | 2 | 0 | 101 | 266 | 106 | 25 |
| Binary | 10000 | 1010111 | 1011001 | 1010010 | 10 | 0 | 1000001 | 10110110 | 1000110 | 10101 |
Color Harmonies of #105759
Complementary color
Monochromatic Colors of #105759
Black with #105759
Text Example
Text Example
White with #105759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105759; }
p { color: rgb(16,87,89); }
H1.HeaderClassName
{
color: #105759;
}
.AnyTagClassName
{
color: #105759;
}
</style>
background-color css
<style>
a { background-color: #105759; }
a { background-color: rgb(16,87,89); }
div.DivClassName
{
background-color: #105759;
}
.BgClassName
{
background-color: #105759;
}
</style>
border-color css
<style>
span { border-color: #105759; }
span { border-color: rgb(16,87,89); }
td.TdClassName
{
border-color: #105759;
}
.TagClassName
{
border-color: #105759;
}
</style>