Shades of Blue Stone #10555D
Tints of Blue Stone #10555D
RGB
CMYK
RGB Variations
Color information
#10555D (or 0x10555D) is known color: Blue Stone. HEX triplet: 10, 55 and 5D. RGB value is (16,85,93). Sum of RGB (Red+Green+Blue) = 16+85+93=194 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.25% from 194); Green value is 85 (33.59% from 255 or 43.81% from 194); Blue value is 93 (36.72% from 255 or 47.94% from 194); Max value from RGB is 93 - color contains mainly: blue. Hex color #10555D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10555D is #EFAAA2. Grayscale: #414141. Windows color (decimal): -15706787 or 6116624. OLE color: 6116624.
HSL color Cylindrical-coordinate representation of color #10555D: hue angle of 186.23º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10555D is Cyan = 0.83, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 85 | 93 | - |
| CMYK | 0.83 | 0.09 | 0 | 0.64 |
| HSL | 186.23º | 0.71% | 0.21% | - |
| HSV(B) | 186.23º | 0.83% | 0.36% | - |
| XYZ | 5.44 | 7.4 | 11.5 | - |
| YUV | 65.28 | 143.64 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 85 | 93 | 0.83 | 0.09 | 0 | 0.64 | 186.23 | 0.71 | 0.21 |
| Hex | 10 | 55 | 5D | 53 | 9 | 0 | 40 | BA | 47 | 15 |
| Octal | 20 | 125 | 135 | 123 | 11 | 0 | 100 | 272 | 107 | 25 |
| Binary | 10000 | 1010101 | 1011101 | 1010011 | 1001 | 0 | 1000000 | 10111010 | 1000111 | 10101 |
Color Harmonies of #10555D
Complementary color
Monochromatic Colors of #10555D
Black with #10555D
Text Example
Text Example
White with #10555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10555D; }
p { color: rgb(16,85,93); }
H1.HeaderClassName
{
color: #10555D;
}
.AnyTagClassName
{
color: #10555D;
}
</style>
background-color css
<style>
a { background-color: #10555D; }
a { background-color: rgb(16,85,93); }
div.DivClassName
{
background-color: #10555D;
}
.BgClassName
{
background-color: #10555D;
}
</style>
border-color css
<style>
span { border-color: #10555D; }
span { border-color: rgb(16,85,93); }
td.TdClassName
{
border-color: #10555D;
}
.TagClassName
{
border-color: #10555D;
}
</style>