Shades of Blue Stone #105459
Tints of Blue Stone #105459
RGB
CMYK
RGB Variations
Color information
#105459 (or 0x105459) is known color: Blue Stone. HEX triplet: 10, 54 and 59. RGB value is (16,84,89). Sum of RGB (Red+Green+Blue) = 16+84+89=189 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.47% from 189); Green value is 84 (33.20% from 255 or 44.44% from 189); Blue value is 89 (35.16% from 255 or 47.09% from 189); Max value from RGB is 89 - color contains mainly: blue. Hex color #105459 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105459 is #EFABA6. Grayscale: #404040. Windows color (decimal): -15707047 or 5854224. OLE color: 5854224.
HSL color Cylindrical-coordinate representation of color #105459: hue angle of 184.11º 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 #105459 is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 84 | 89 | - |
| CMYK | 0.82 | 0.06 | 0 | 0.65 |
| HSL | 184.11º | 0.7% | 0.21% | - |
| HSV(B) | 184.11º | 0.82% | 0.35% | - |
| XYZ | 5.19 | 7.17 | 10.56 | - |
| YUV | 64.24 | 141.97 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 84 | 89 | 0.82 | 0.06 | 0 | 0.65 | 184.11 | 0.7 | 0.21 |
| Hex | 10 | 54 | 59 | 52 | 6 | 0 | 41 | B8 | 46 | 15 |
| Octal | 20 | 124 | 131 | 122 | 6 | 0 | 101 | 270 | 106 | 25 |
| Binary | 10000 | 1010100 | 1011001 | 1010010 | 110 | 0 | 1000001 | 10111000 | 1000110 | 10101 |
Color Harmonies of #105459
Complementary color
Monochromatic Colors of #105459
Black with #105459
Text Example
Text Example
White with #105459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105459; }
p { color: rgb(16,84,89); }
H1.HeaderClassName
{
color: #105459;
}
.AnyTagClassName
{
color: #105459;
}
</style>
background-color css
<style>
a { background-color: #105459; }
a { background-color: rgb(16,84,89); }
div.DivClassName
{
background-color: #105459;
}
.BgClassName
{
background-color: #105459;
}
</style>
border-color css
<style>
span { border-color: #105459; }
span { border-color: rgb(16,84,89); }
td.TdClassName
{
border-color: #105459;
}
.TagClassName
{
border-color: #105459;
}
</style>