Shades of Blue Stone #105D59
Tints of Blue Stone #105D59
RGB
CMYK
RGB Variations
Color information
#105D59 (or 0x105D59) is known color: Blue Stone. HEX triplet: 10, 5D and 59. RGB value is (16,93,89). Sum of RGB (Red+Green+Blue) = 16+93+89=198 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.08% from 198); Green value is 93 (36.72% from 255 or 46.97% from 198); Blue value is 89 (35.16% from 255 or 44.95% from 198); Max value from RGB is 93 - color contains mainly: green. Hex color #105D59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105D59 is #EFA2A6. Grayscale: #454545. Windows color (decimal): -15704743 or 5856528. OLE color: 5856528.
HSL color Cylindrical-coordinate representation of color #105D59: hue angle of 176.88º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #105D59 is Cyan = 0.83, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 93 | 89 | - |
| CMYK | 0.83 | 0 | 0.04 | 0.64 |
| HSL | 176.88º | 0.71% | 0.21% | - |
| HSV(B) | 176.88º | 0.83% | 0.36% | - |
| XYZ | 5.93 | 8.66 | 10.81 | - |
| YUV | 69.52 | 138.99 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 93 | 89 | 0.83 | 0 | 0.04 | 0.64 | 176.88 | 0.71 | 0.21 |
| Hex | 10 | 5D | 59 | 53 | 0 | 4 | 40 | B1 | 47 | 15 |
| Octal | 20 | 135 | 131 | 123 | 0 | 4 | 100 | 261 | 107 | 25 |
| Binary | 10000 | 1011101 | 1011001 | 1010011 | 0 | 100 | 1000000 | 10110001 | 1000111 | 10101 |
Color Harmonies of #105D59
Complementary color
Monochromatic Colors of #105D59
Black with #105D59
Text Example
Text Example
White with #105D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105D59; }
p { color: rgb(16,93,89); }
H1.HeaderClassName
{
color: #105D59;
}
.AnyTagClassName
{
color: #105D59;
}
</style>
background-color css
<style>
a { background-color: #105D59; }
a { background-color: rgb(16,93,89); }
div.DivClassName
{
background-color: #105D59;
}
.BgClassName
{
background-color: #105D59;
}
</style>
border-color css
<style>
span { border-color: #105D59; }
span { border-color: rgb(16,93,89); }
td.TdClassName
{
border-color: #105D59;
}
.TagClassName
{
border-color: #105D59;
}
</style>