Shades of Blue Stone #10575A
Tints of Blue Stone #10575A
RGB
CMYK
RGB Variations
Color information
#10575A (or 0x10575A) is known color: Blue Stone. HEX triplet: 10, 57 and 5A. RGB value is (16,87,90). Sum of RGB (Red+Green+Blue) = 16+87+90=193 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.29% from 193); Green value is 87 (34.38% from 255 or 45.08% from 193); Blue value is 90 (35.55% from 255 or 46.63% from 193); Max value from RGB is 90 - color contains mainly: blue. Hex color #10575A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10575A is #EFA8A5. Grayscale: #424242. Windows color (decimal): -15706278 or 5920528. OLE color: 5920528.
HSL color Cylindrical-coordinate representation of color #10575A: hue angle of 182.43º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10575A is Cyan = 0.82, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 87 | 90 | - |
| CMYK | 0.82 | 0.03 | 0 | 0.65 |
| HSL | 182.43º | 0.7% | 0.21% | - |
| HSV(B) | 182.43º | 0.82% | 0.35% | - |
| XYZ | 5.47 | 7.66 | 10.86 | - |
| YUV | 66.11 | 141.48 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 87 | 90 | 0.82 | 0.03 | 0 | 0.65 | 182.43 | 0.7 | 0.21 |
| Hex | 10 | 57 | 5A | 52 | 3 | 0 | 41 | B6 | 46 | 15 |
| Octal | 20 | 127 | 132 | 122 | 3 | 0 | 101 | 266 | 106 | 25 |
| Binary | 10000 | 1010111 | 1011010 | 1010010 | 11 | 0 | 1000001 | 10110110 | 1000110 | 10101 |
Color Harmonies of #10575A
Complementary color
Monochromatic Colors of #10575A
Black with #10575A
Text Example
Text Example
White with #10575A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10575A; }
p { color: rgb(16,87,90); }
H1.HeaderClassName
{
color: #10575A;
}
.AnyTagClassName
{
color: #10575A;
}
</style>
background-color css
<style>
a { background-color: #10575A; }
a { background-color: rgb(16,87,90); }
div.DivClassName
{
background-color: #10575A;
}
.BgClassName
{
background-color: #10575A;
}
</style>
border-color css
<style>
span { border-color: #10575A; }
span { border-color: rgb(16,87,90); }
td.TdClassName
{
border-color: #10575A;
}
.TagClassName
{
border-color: #10575A;
}
</style>