Shades of Blue Stone #105B59
Tints of Blue Stone #105B59
RGB
CMYK
RGB Variations
Color information
#105B59 (or 0x105B59) is known color: Blue Stone. HEX triplet: 10, 5B and 59. RGB value is (16,91,89). Sum of RGB (Red+Green+Blue) = 16+91+89=196 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.16% from 196); Green value is 91 (35.94% from 255 or 46.43% from 196); Blue value is 89 (35.16% from 255 or 45.41% from 196); Max value from RGB is 91 - color contains mainly: green. Hex color #105B59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105B59 is #EFA4A6. Grayscale: #444444. Windows color (decimal): -15705255 or 5856016. OLE color: 5856016.
HSL color Cylindrical-coordinate representation of color #105B59: hue angle of 178.4º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #105B59 is Cyan = 0.82, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 91 | 89 | - |
| CMYK | 0.82 | 0 | 0.02 | 0.64 |
| HSL | 178.4º | 0.7% | 0.21% | - |
| HSV(B) | 178.4º | 0.82% | 0.36% | - |
| XYZ | 5.76 | 8.31 | 10.75 | - |
| YUV | 68.35 | 139.65 | 90.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 91 | 89 | 0.82 | 0 | 0.02 | 0.64 | 178.4 | 0.7 | 0.21 |
| Hex | 10 | 5B | 59 | 52 | 0 | 2 | 40 | B2 | 46 | 15 |
| Octal | 20 | 133 | 131 | 122 | 0 | 2 | 100 | 262 | 106 | 25 |
| Binary | 10000 | 1011011 | 1011001 | 1010010 | 0 | 10 | 1000000 | 10110010 | 1000110 | 10101 |
Color Harmonies of #105B59
Complementary color
Monochromatic Colors of #105B59
Black with #105B59
Text Example
Text Example
White with #105B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105B59; }
p { color: rgb(16,91,89); }
H1.HeaderClassName
{
color: #105B59;
}
.AnyTagClassName
{
color: #105B59;
}
</style>
background-color css
<style>
a { background-color: #105B59; }
a { background-color: rgb(16,91,89); }
div.DivClassName
{
background-color: #105B59;
}
.BgClassName
{
background-color: #105B59;
}
</style>
border-color css
<style>
span { border-color: #105B59; }
span { border-color: rgb(16,91,89); }
td.TdClassName
{
border-color: #105B59;
}
.TagClassName
{
border-color: #105B59;
}
</style>