Shades of Blue Stone #10555E
Tints of Blue Stone #10555E
RGB
CMYK
RGB Variations
Color information
#10555E (or 0x10555E) is known color: Blue Stone. HEX triplet: 10, 55 and 5E. RGB value is (16,85,94). Sum of RGB (Red+Green+Blue) = 16+85+94=195 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.21% from 195); Green value is 85 (33.59% from 255 or 43.59% from 195); Blue value is 94 (37.11% from 255 or 48.21% from 195); Max value from RGB is 94 - color contains mainly: blue. Hex color #10555E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10555E is #EFAAA1. Grayscale: #414141. Windows color (decimal): -15706786 or 6182160. OLE color: 6182160.
HSL color Cylindrical-coordinate representation of color #10555E: hue angle of 186.92º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10555E is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 16 | 85 | 94 | - |
| CMYK | 0.83 | 0.10 | 0 | 0.63 |
| HSL | 186.92º | 0.71% | 0.22% | - |
| HSV(B) | 186.92º | 0.83% | 0.37% | - |
| XYZ | 5.48 | 7.42 | 11.73 | - |
| YUV | 65.4 | 144.14 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 85 | 94 | 0.83 | 0.10 | 0 | 0.63 | 186.92 | 0.71 | 0.22 |
| Hex | 10 | 55 | 5E | 53 | A | 0 | 3F | BB | 47 | 16 |
| Octal | 20 | 125 | 136 | 123 | 12 | 0 | 77 | 273 | 107 | 26 |
| Binary | 10000 | 1010101 | 1011110 | 1010011 | 1010 | 0 | 111111 | 10111011 | 1000111 | 10110 |
Color Harmonies of #10555E
Complementary color
Monochromatic Colors of #10555E
Black with #10555E
Text Example
Text Example
White with #10555E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10555E; }
p { color: rgb(16,85,94); }
H1.HeaderClassName
{
color: #10555E;
}
.AnyTagClassName
{
color: #10555E;
}
</style>
background-color css
<style>
a { background-color: #10555E; }
a { background-color: rgb(16,85,94); }
div.DivClassName
{
background-color: #10555E;
}
.BgClassName
{
background-color: #10555E;
}
</style>
border-color css
<style>
span { border-color: #10555E; }
span { border-color: rgb(16,85,94); }
td.TdClassName
{
border-color: #10555E;
}
.TagClassName
{
border-color: #10555E;
}
</style>