Shades of Blue Stone #105F56
Tints of Blue Stone #105F56
RGB
CMYK
RGB Variations
Color information
#105F56 (or 0x105F56) is known color: Blue Stone. HEX triplet: 10, 5F and 56. RGB value is (16,95,86). Sum of RGB (Red+Green+Blue) = 16+95+86=197 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.12% from 197); Green value is 95 (37.5% from 255 or 48.22% from 197); Blue value is 86 (33.98% from 255 or 43.65% from 197); Max value from RGB is 95 - color contains mainly: green. Hex color #105F56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105F56 is #EFA0A9. Grayscale: #464646. Windows color (decimal): -15704234 or 5660432. OLE color: 5660432.
HSL color Cylindrical-coordinate representation of color #105F56: hue angle of 173.16º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #105F56 is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 16 | 95 | 86 | - |
| CMYK | 0.83 | 0 | 0.09 | 0.63 |
| HSL | 173.16º | 0.71% | 0.22% | - |
| HSV(B) | 173.16º | 0.83% | 0.37% | - |
| XYZ | 5.99 | 8.97 | 10.22 | - |
| YUV | 70.35 | 136.83 | 89.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 95 | 86 | 0.83 | 0 | 0.09 | 0.63 | 173.16 | 0.71 | 0.22 |
| Hex | 10 | 5F | 56 | 53 | 0 | 9 | 3F | AD | 47 | 16 |
| Octal | 20 | 137 | 126 | 123 | 0 | 11 | 77 | 255 | 107 | 26 |
| Binary | 10000 | 1011111 | 1010110 | 1010011 | 0 | 1001 | 111111 | 10101101 | 1000111 | 10110 |
Color Harmonies of #105F56
Complementary color
Monochromatic Colors of #105F56
Black with #105F56
Text Example
Text Example
White with #105F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105F56; }
p { color: rgb(16,95,86); }
H1.HeaderClassName
{
color: #105F56;
}
.AnyTagClassName
{
color: #105F56;
}
</style>
background-color css
<style>
a { background-color: #105F56; }
a { background-color: rgb(16,95,86); }
div.DivClassName
{
background-color: #105F56;
}
.BgClassName
{
background-color: #105F56;
}
</style>
border-color css
<style>
span { border-color: #105F56; }
span { border-color: rgb(16,95,86); }
td.TdClassName
{
border-color: #105F56;
}
.TagClassName
{
border-color: #105F56;
}
</style>