Shades of Blue Stone #105C55
Tints of Blue Stone #105C55
RGB
CMYK
RGB Variations
Color information
#105C55 (or 0x105C55) is known color: Blue Stone. HEX triplet: 10, 5C and 55. RGB value is (16,92,85). Sum of RGB (Red+Green+Blue) = 16+92+85=193 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.29% from 193); Green value is 92 (36.33% from 255 or 47.67% from 193); Blue value is 85 (33.59% from 255 or 44.04% from 193); Max value from RGB is 92 - color contains mainly: green. Hex color #105C55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105C55 is #EFA3AA. Grayscale: #444444. Windows color (decimal): -15705003 or 5594128. OLE color: 5594128.
HSL color Cylindrical-coordinate representation of color #105C55: hue angle of 174.47º 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 #105C55 is Cyan = 0.83, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 92 | 85 | - |
| CMYK | 0.83 | 0 | 0.08 | 0.64 |
| HSL | 174.47º | 0.7% | 0.21% | - |
| HSV(B) | 174.47º | 0.83% | 0.36% | - |
| XYZ | 5.68 | 8.42 | 9.92 | - |
| YUV | 68.48 | 137.32 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 92 | 85 | 0.83 | 0 | 0.08 | 0.64 | 174.47 | 0.7 | 0.21 |
| Hex | 10 | 5C | 55 | 53 | 0 | 8 | 40 | AE | 46 | 15 |
| Octal | 20 | 134 | 125 | 123 | 0 | 10 | 100 | 256 | 106 | 25 |
| Binary | 10000 | 1011100 | 1010101 | 1010011 | 0 | 1000 | 1000000 | 10101110 | 1000110 | 10101 |
Color Harmonies of #105C55
Complementary color
Monochromatic Colors of #105C55
Black with #105C55
Text Example
Text Example
White with #105C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105C55; }
p { color: rgb(16,92,85); }
H1.HeaderClassName
{
color: #105C55;
}
.AnyTagClassName
{
color: #105C55;
}
</style>
background-color css
<style>
a { background-color: #105C55; }
a { background-color: rgb(16,92,85); }
div.DivClassName
{
background-color: #105C55;
}
.BgClassName
{
background-color: #105C55;
}
</style>
border-color css
<style>
span { border-color: #105C55; }
span { border-color: rgb(16,92,85); }
td.TdClassName
{
border-color: #105C55;
}
.TagClassName
{
border-color: #105C55;
}
</style>