Shades of Blue Stone #105A55
Tints of Blue Stone #105A55
RGB
CMYK
RGB Variations
Color information
#105A55 (or 0x105A55) is known color: Blue Stone. HEX triplet: 10, 5A and 55. RGB value is (16,90,85). Sum of RGB (Red+Green+Blue) = 16+90+85=191 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.38% from 191); Green value is 90 (35.55% from 255 or 47.12% from 191); Blue value is 85 (33.59% from 255 or 44.50% from 191); Max value from RGB is 90 - color contains mainly: green. Hex color #105A55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105A55 is #EFA5AA. Grayscale: #434343. Windows color (decimal): -15705515 or 5593616. OLE color: 5593616.
HSL color Cylindrical-coordinate representation of color #105A55: hue angle of 175.95º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #105A55 is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 90 | 85 | - |
| CMYK | 0.82 | 0 | 0.06 | 0.65 |
| HSL | 175.95º | 0.7% | 0.21% | - |
| HSV(B) | 175.95º | 0.82% | 0.35% | - |
| XYZ | 5.51 | 8.08 | 9.86 | - |
| YUV | 67.3 | 137.98 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 90 | 85 | 0.82 | 0 | 0.06 | 0.65 | 175.95 | 0.7 | 0.21 |
| Hex | 10 | 5A | 55 | 52 | 0 | 6 | 41 | B0 | 46 | 15 |
| Octal | 20 | 132 | 125 | 122 | 0 | 6 | 101 | 260 | 106 | 25 |
| Binary | 10000 | 1011010 | 1010101 | 1010010 | 0 | 110 | 1000001 | 10110000 | 1000110 | 10101 |
Color Harmonies of #105A55
Complementary color
Monochromatic Colors of #105A55
Black with #105A55
Text Example
Text Example
White with #105A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105A55; }
p { color: rgb(16,90,85); }
H1.HeaderClassName
{
color: #105A55;
}
.AnyTagClassName
{
color: #105A55;
}
</style>
background-color css
<style>
a { background-color: #105A55; }
a { background-color: rgb(16,90,85); }
div.DivClassName
{
background-color: #105A55;
}
.BgClassName
{
background-color: #105A55;
}
</style>
border-color css
<style>
span { border-color: #105A55; }
span { border-color: rgb(16,90,85); }
td.TdClassName
{
border-color: #105A55;
}
.TagClassName
{
border-color: #105A55;
}
</style>