Shades of Blue Stone #105854
Tints of Blue Stone #105854
RGB
CMYK
RGB Variations
Color information
#105854 (or 0x105854) is known color: Blue Stone. HEX triplet: 10, 58 and 54. RGB value is (16,88,84). Sum of RGB (Red+Green+Blue) = 16+88+84=188 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.51% from 188); Green value is 88 (34.77% from 255 or 46.81% from 188); Blue value is 84 (33.20% from 255 or 44.68% from 188); Max value from RGB is 88 - color contains mainly: green. Hex color #105854 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105854 is #EFA7AB. Grayscale: #414141. Windows color (decimal): -15706028 or 5527568. OLE color: 5527568.
HSL color Cylindrical-coordinate representation of color #105854: hue angle of 176.67º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #105854 is Cyan = 0.82, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 88 | 84 | - |
| CMYK | 0.82 | 0 | 0.05 | 0.65 |
| HSL | 176.67º | 0.69% | 0.2% | - |
| HSV(B) | 176.67º | 0.82% | 0.35% | - |
| XYZ | 5.3 | 7.73 | 9.6 | - |
| YUV | 66.02 | 138.15 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 88 | 84 | 0.82 | 0 | 0.05 | 0.65 | 176.67 | 0.69 | 0.2 |
| Hex | 10 | 58 | 54 | 52 | 0 | 5 | 41 | B1 | 45 | 14 |
| Octal | 20 | 130 | 124 | 122 | 0 | 5 | 101 | 261 | 105 | 24 |
| Binary | 10000 | 1011000 | 1010100 | 1010010 | 0 | 101 | 1000001 | 10110001 | 1000101 | 10100 |
Color Harmonies of #105854
Complementary color
Monochromatic Colors of #105854
Black with #105854
Text Example
Text Example
White with #105854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105854; }
p { color: rgb(16,88,84); }
H1.HeaderClassName
{
color: #105854;
}
.AnyTagClassName
{
color: #105854;
}
</style>
background-color css
<style>
a { background-color: #105854; }
a { background-color: rgb(16,88,84); }
div.DivClassName
{
background-color: #105854;
}
.BgClassName
{
background-color: #105854;
}
</style>
border-color css
<style>
span { border-color: #105854; }
span { border-color: rgb(16,88,84); }
td.TdClassName
{
border-color: #105854;
}
.TagClassName
{
border-color: #105854;
}
</style>