Shades of Blue Stone #10575E
Tints of Blue Stone #10575E
RGB
CMYK
RGB Variations
Color information
#10575E (or 0x10575E) is known color: Blue Stone. HEX triplet: 10, 57 and 5E. RGB value is (16,87,94). Sum of RGB (Red+Green+Blue) = 16+87+94=197 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.12% from 197); Green value is 87 (34.38% from 255 or 44.16% from 197); Blue value is 94 (37.11% from 255 or 47.72% from 197); Max value from RGB is 94 - color contains mainly: blue. Hex color #10575E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10575E is #EFA8A1. Grayscale: #424242. Windows color (decimal): -15706274 or 6182672. OLE color: 6182672.
HSL color Cylindrical-coordinate representation of color #10575E: hue angle of 185.38º 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 #10575E is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 16 | 87 | 94 | - |
| CMYK | 0.83 | 0.07 | 0 | 0.63 |
| HSL | 185.38º | 0.71% | 0.22% | - |
| HSV(B) | 185.38º | 0.83% | 0.37% | - |
| XYZ | 5.64 | 7.73 | 11.79 | - |
| YUV | 66.57 | 143.48 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 87 | 94 | 0.83 | 0.07 | 0 | 0.63 | 185.38 | 0.71 | 0.22 |
| Hex | 10 | 57 | 5E | 53 | 7 | 0 | 3F | B9 | 47 | 16 |
| Octal | 20 | 127 | 136 | 123 | 7 | 0 | 77 | 271 | 107 | 26 |
| Binary | 10000 | 1010111 | 1011110 | 1010011 | 111 | 0 | 111111 | 10111001 | 1000111 | 10110 |
Color Harmonies of #10575E
Complementary color
Monochromatic Colors of #10575E
Black with #10575E
Text Example
Text Example
White with #10575E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10575E; }
p { color: rgb(16,87,94); }
H1.HeaderClassName
{
color: #10575E;
}
.AnyTagClassName
{
color: #10575E;
}
</style>
background-color css
<style>
a { background-color: #10575E; }
a { background-color: rgb(16,87,94); }
div.DivClassName
{
background-color: #10575E;
}
.BgClassName
{
background-color: #10575E;
}
</style>
border-color css
<style>
span { border-color: #10575E; }
span { border-color: rgb(16,87,94); }
td.TdClassName
{
border-color: #10575E;
}
.TagClassName
{
border-color: #10575E;
}
</style>