Shades of Blue Stone #10535B
Tints of Blue Stone #10535B
RGB
CMYK
RGB Variations
Color information
#10535B (or 0x10535B) is known color: Blue Stone. HEX triplet: 10, 53 and 5B. RGB value is (16,83,91). Sum of RGB (Red+Green+Blue) = 16+83+91=190 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.42% from 190); Green value is 83 (32.81% from 255 or 43.68% from 190); Blue value is 91 (35.94% from 255 or 47.89% from 190); Max value from RGB is 91 - color contains mainly: blue. Hex color #10535B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10535B is #EFACA4. Grayscale: #3F3F3F. Windows color (decimal): -15707301 or 5985040. OLE color: 5985040.
HSL color Cylindrical-coordinate representation of color #10535B: hue angle of 186.4º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10535B is Cyan = 0.82, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 83 | 91 | - |
| CMYK | 0.82 | 0.09 | 0 | 0.64 |
| HSL | 186.4º | 0.7% | 0.21% | - |
| HSV(B) | 186.4º | 0.82% | 0.36% | - |
| XYZ | 5.2 | 7.05 | 10.98 | - |
| YUV | 63.88 | 143.3 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 83 | 91 | 0.82 | 0.09 | 0 | 0.64 | 186.4 | 0.7 | 0.21 |
| Hex | 10 | 53 | 5B | 52 | 9 | 0 | 40 | BA | 46 | 15 |
| Octal | 20 | 123 | 133 | 122 | 11 | 0 | 100 | 272 | 106 | 25 |
| Binary | 10000 | 1010011 | 1011011 | 1010010 | 1001 | 0 | 1000000 | 10111010 | 1000110 | 10101 |
Color Harmonies of #10535B
Complementary color
Monochromatic Colors of #10535B
Black with #10535B
Text Example
Text Example
White with #10535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10535B; }
p { color: rgb(16,83,91); }
H1.HeaderClassName
{
color: #10535B;
}
.AnyTagClassName
{
color: #10535B;
}
</style>
background-color css
<style>
a { background-color: #10535B; }
a { background-color: rgb(16,83,91); }
div.DivClassName
{
background-color: #10535B;
}
.BgClassName
{
background-color: #10535B;
}
</style>
border-color css
<style>
span { border-color: #10535B; }
span { border-color: rgb(16,83,91); }
td.TdClassName
{
border-color: #10535B;
}
.TagClassName
{
border-color: #10535B;
}
</style>