Shades of Blue Stone #105B53
Tints of Blue Stone #105B53
RGB
CMYK
RGB Variations
Color information
#105B53 (or 0x105B53) is known color: Blue Stone. HEX triplet: 10, 5B and 53. RGB value is (16,91,83). Sum of RGB (Red+Green+Blue) = 16+91+83=190 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.42% from 190); Green value is 91 (35.94% from 255 or 47.89% from 190); Blue value is 83 (32.81% from 255 or 43.68% from 190); Max value from RGB is 91 - color contains mainly: green. Hex color #105B53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105B53 is #EFA4AC. Grayscale: #434343. Windows color (decimal): -15705261 or 5462800. OLE color: 5462800.
HSL color Cylindrical-coordinate representation of color #105B53: hue angle of 173.6º 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 #105B53 is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 91 | 83 | - |
| CMYK | 0.82 | 0 | 0.09 | 0.64 |
| HSL | 173.6º | 0.7% | 0.21% | - |
| HSV(B) | 173.6º | 0.82% | 0.36% | - |
| XYZ | 5.52 | 8.22 | 9.48 | - |
| YUV | 67.66 | 136.65 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 91 | 83 | 0.82 | 0 | 0.09 | 0.64 | 173.6 | 0.7 | 0.21 |
| Hex | 10 | 5B | 53 | 52 | 0 | 9 | 40 | AE | 46 | 15 |
| Octal | 20 | 133 | 123 | 122 | 0 | 11 | 100 | 256 | 106 | 25 |
| Binary | 10000 | 1011011 | 1010011 | 1010010 | 0 | 1001 | 1000000 | 10101110 | 1000110 | 10101 |
Color Harmonies of #105B53
Complementary color
Monochromatic Colors of #105B53
Black with #105B53
Text Example
Text Example
White with #105B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105B53; }
p { color: rgb(16,91,83); }
H1.HeaderClassName
{
color: #105B53;
}
.AnyTagClassName
{
color: #105B53;
}
</style>
background-color css
<style>
a { background-color: #105B53; }
a { background-color: rgb(16,91,83); }
div.DivClassName
{
background-color: #105B53;
}
.BgClassName
{
background-color: #105B53;
}
</style>
border-color css
<style>
span { border-color: #105B53; }
span { border-color: rgb(16,91,83); }
td.TdClassName
{
border-color: #105B53;
}
.TagClassName
{
border-color: #105B53;
}
</style>