Shades of Blue Stone #105A56
Tints of Blue Stone #105A56
RGB
CMYK
RGB Variations
Color information
#105A56 (or 0x105A56) is known color: Blue Stone. HEX triplet: 10, 5A and 56. RGB value is (16,90,86). Sum of RGB (Red+Green+Blue) = 16+90+86=192 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.33% from 192); Green value is 90 (35.55% from 255 or 46.88% from 192); Blue value is 86 (33.98% from 255 or 44.79% from 192); Max value from RGB is 90 - color contains mainly: green. Hex color #105A56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105A56 is #EFA5A9. Grayscale: #434343. Windows color (decimal): -15705514 or 5659152. OLE color: 5659152.
HSL color Cylindrical-coordinate representation of color #105A56: hue angle of 176.76º 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 #105A56 is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 90 | 86 | - |
| CMYK | 0.82 | 0 | 0.04 | 0.65 |
| HSL | 176.76º | 0.7% | 0.21% | - |
| HSV(B) | 176.76º | 0.82% | 0.35% | - |
| XYZ | 5.55 | 8.09 | 10.07 | - |
| YUV | 67.42 | 138.48 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 90 | 86 | 0.82 | 0 | 0.04 | 0.65 | 176.76 | 0.7 | 0.21 |
| Hex | 10 | 5A | 56 | 52 | 0 | 4 | 41 | B1 | 46 | 15 |
| Octal | 20 | 132 | 126 | 122 | 0 | 4 | 101 | 261 | 106 | 25 |
| Binary | 10000 | 1011010 | 1010110 | 1010010 | 0 | 100 | 1000001 | 10110001 | 1000110 | 10101 |
Color Harmonies of #105A56
Complementary color
Monochromatic Colors of #105A56
Black with #105A56
Text Example
Text Example
White with #105A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105A56; }
p { color: rgb(16,90,86); }
H1.HeaderClassName
{
color: #105A56;
}
.AnyTagClassName
{
color: #105A56;
}
</style>
background-color css
<style>
a { background-color: #105A56; }
a { background-color: rgb(16,90,86); }
div.DivClassName
{
background-color: #105A56;
}
.BgClassName
{
background-color: #105A56;
}
</style>
border-color css
<style>
span { border-color: #105A56; }
span { border-color: rgb(16,90,86); }
td.TdClassName
{
border-color: #105A56;
}
.TagClassName
{
border-color: #105A56;
}
</style>