Shades of Blue Stone #10555C
Tints of Blue Stone #10555C
RGB
CMYK
RGB Variations
Color information
#10555C (or 0x10555C) is known color: Blue Stone. HEX triplet: 10, 55 and 5C. RGB value is (16,85,92). Sum of RGB (Red+Green+Blue) = 16+85+92=193 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.29% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 92 (36.33% from 255 or 47.67% from 193); Max value from RGB is 92 - color contains mainly: blue. Hex color #10555C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10555C is #EFAAA3. Grayscale: #414141. Windows color (decimal): -15706788 or 6051088. OLE color: 6051088.
HSL color Cylindrical-coordinate representation of color #10555C: hue angle of 185.53º degrees, saturation: 0.7, 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 #10555C is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 85 | 92 | - |
| CMYK | 0.83 | 0.08 | 0 | 0.64 |
| HSL | 185.53º | 0.7% | 0.21% | - |
| HSV(B) | 185.53º | 0.83% | 0.36% | - |
| XYZ | 5.39 | 7.38 | 11.27 | - |
| YUV | 65.17 | 143.14 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 85 | 92 | 0.83 | 0.08 | 0 | 0.64 | 185.53 | 0.7 | 0.21 |
| Hex | 10 | 55 | 5C | 53 | 8 | 0 | 40 | BA | 46 | 15 |
| Octal | 20 | 125 | 134 | 123 | 10 | 0 | 100 | 272 | 106 | 25 |
| Binary | 10000 | 1010101 | 1011100 | 1010011 | 1000 | 0 | 1000000 | 10111010 | 1000110 | 10101 |
Color Harmonies of #10555C
Complementary color
Monochromatic Colors of #10555C
Black with #10555C
Text Example
Text Example
White with #10555C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10555C; }
p { color: rgb(16,85,92); }
H1.HeaderClassName
{
color: #10555C;
}
.AnyTagClassName
{
color: #10555C;
}
</style>
background-color css
<style>
a { background-color: #10555C; }
a { background-color: rgb(16,85,92); }
div.DivClassName
{
background-color: #10555C;
}
.BgClassName
{
background-color: #10555C;
}
</style>
border-color css
<style>
span { border-color: #10555C; }
span { border-color: rgb(16,85,92); }
td.TdClassName
{
border-color: #10555C;
}
.TagClassName
{
border-color: #10555C;
}
</style>