Shades of Blue Stone #105C53
Tints of Blue Stone #105C53
RGB
CMYK
RGB Variations
Color information
#105C53 (or 0x105C53) is known color: Blue Stone. HEX triplet: 10, 5C and 53. RGB value is (16,92,83). Sum of RGB (Red+Green+Blue) = 16+92+83=191 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.38% from 191); Green value is 92 (36.33% from 255 or 48.17% from 191); Blue value is 83 (32.81% from 255 or 43.46% from 191); Max value from RGB is 92 - color contains mainly: green. Hex color #105C53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105C53 is #EFA3AC. Grayscale: #444444. Windows color (decimal): -15705005 or 5463056. OLE color: 5463056.
HSL color Cylindrical-coordinate representation of color #105C53: hue angle of 172.89º degrees, saturation: 0.7, 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 #105C53 is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 92 | 83 | - |
| CMYK | 0.83 | 0 | 0.10 | 0.64 |
| HSL | 172.89º | 0.7% | 0.21% | - |
| HSV(B) | 172.89º | 0.83% | 0.36% | - |
| XYZ | 5.6 | 8.39 | 9.51 | - |
| YUV | 68.25 | 136.32 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 92 | 83 | 0.83 | 0 | 0.10 | 0.64 | 172.89 | 0.7 | 0.21 |
| Hex | 10 | 5C | 53 | 53 | 0 | A | 40 | AD | 46 | 15 |
| Octal | 20 | 134 | 123 | 123 | 0 | 12 | 100 | 255 | 106 | 25 |
| Binary | 10000 | 1011100 | 1010011 | 1010011 | 0 | 1010 | 1000000 | 10101101 | 1000110 | 10101 |
Color Harmonies of #105C53
Complementary color
Monochromatic Colors of #105C53
Black with #105C53
Text Example
Text Example
White with #105C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105C53; }
p { color: rgb(16,92,83); }
H1.HeaderClassName
{
color: #105C53;
}
.AnyTagClassName
{
color: #105C53;
}
</style>
background-color css
<style>
a { background-color: #105C53; }
a { background-color: rgb(16,92,83); }
div.DivClassName
{
background-color: #105C53;
}
.BgClassName
{
background-color: #105C53;
}
</style>
border-color css
<style>
span { border-color: #105C53; }
span { border-color: rgb(16,92,83); }
td.TdClassName
{
border-color: #105C53;
}
.TagClassName
{
border-color: #105C53;
}
</style>