Shades of Blue Stone #10575B
Tints of Blue Stone #10575B
RGB
CMYK
RGB Variations
Color information
#10575B (or 0x10575B) is known color: Blue Stone. HEX triplet: 10, 57 and 5B. RGB value is (16,87,91). Sum of RGB (Red+Green+Blue) = 16+87+91=194 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.25% from 194); Green value is 87 (34.38% from 255 or 44.85% from 194); Blue value is 91 (35.94% from 255 or 46.91% from 194); Max value from RGB is 91 - color contains mainly: blue. Hex color #10575B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10575B is #EFA8A4. Grayscale: #424242. Windows color (decimal): -15706277 or 5986064. OLE color: 5986064.
HSL color Cylindrical-coordinate representation of color #10575B: hue angle of 183.2º 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 #10575B is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 87 | 91 | - |
| CMYK | 0.82 | 0.04 | 0 | 0.64 |
| HSL | 183.2º | 0.7% | 0.21% | - |
| HSV(B) | 183.2º | 0.82% | 0.36% | - |
| XYZ | 5.51 | 7.68 | 11.09 | - |
| YUV | 66.23 | 141.98 | 92.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 87 | 91 | 0.82 | 0.04 | 0 | 0.64 | 183.2 | 0.7 | 0.21 |
| Hex | 10 | 57 | 5B | 52 | 4 | 0 | 40 | B7 | 46 | 15 |
| Octal | 20 | 127 | 133 | 122 | 4 | 0 | 100 | 267 | 106 | 25 |
| Binary | 10000 | 1010111 | 1011011 | 1010010 | 100 | 0 | 1000000 | 10110111 | 1000110 | 10101 |
Color Harmonies of #10575B
Complementary color
Monochromatic Colors of #10575B
Black with #10575B
Text Example
Text Example
White with #10575B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10575B; }
p { color: rgb(16,87,91); }
H1.HeaderClassName
{
color: #10575B;
}
.AnyTagClassName
{
color: #10575B;
}
</style>
background-color css
<style>
a { background-color: #10575B; }
a { background-color: rgb(16,87,91); }
div.DivClassName
{
background-color: #10575B;
}
.BgClassName
{
background-color: #10575B;
}
</style>
border-color css
<style>
span { border-color: #10575B; }
span { border-color: rgb(16,87,91); }
td.TdClassName
{
border-color: #10575B;
}
.TagClassName
{
border-color: #10575B;
}
</style>