Shades of Blue Stone #105F55
Tints of Blue Stone #105F55
RGB
CMYK
RGB Variations
Color information
#105F55 (or 0x105F55) is known color: Blue Stone. HEX triplet: 10, 5F and 55. RGB value is (16,95,85). Sum of RGB (Red+Green+Blue) = 16+95+85=196 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.16% from 196); Green value is 95 (37.5% from 255 or 48.47% from 196); Blue value is 85 (33.59% from 255 or 43.37% from 196); Max value from RGB is 95 - color contains mainly: green. Hex color #105F55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105F55 is #EFA0AA. Grayscale: #464646. Windows color (decimal): -15704235 or 5594896. OLE color: 5594896.
HSL color Cylindrical-coordinate representation of color #105F55: hue angle of 172.41º 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 #105F55 is Cyan = 0.83, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 16 | 95 | 85 | - |
| CMYK | 0.83 | 0 | 0.11 | 0.63 |
| HSL | 172.41º | 0.71% | 0.22% | - |
| HSV(B) | 172.41º | 0.83% | 0.37% | - |
| XYZ | 5.95 | 8.95 | 10.01 | - |
| YUV | 70.24 | 136.33 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 95 | 85 | 0.83 | 0 | 0.11 | 0.63 | 172.41 | 0.71 | 0.22 |
| Hex | 10 | 5F | 55 | 53 | 0 | B | 3F | AC | 47 | 16 |
| Octal | 20 | 137 | 125 | 123 | 0 | 13 | 77 | 254 | 107 | 26 |
| Binary | 10000 | 1011111 | 1010101 | 1010011 | 0 | 1011 | 111111 | 10101100 | 1000111 | 10110 |
Color Harmonies of #105F55
Complementary color
Monochromatic Colors of #105F55
Black with #105F55
Text Example
Text Example
White with #105F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105F55; }
p { color: rgb(16,95,85); }
H1.HeaderClassName
{
color: #105F55;
}
.AnyTagClassName
{
color: #105F55;
}
</style>
background-color css
<style>
a { background-color: #105F55; }
a { background-color: rgb(16,95,85); }
div.DivClassName
{
background-color: #105F55;
}
.BgClassName
{
background-color: #105F55;
}
</style>
border-color css
<style>
span { border-color: #105F55; }
span { border-color: rgb(16,95,85); }
td.TdClassName
{
border-color: #105F55;
}
.TagClassName
{
border-color: #105F55;
}
</style>