Shades of Blue Stone #10595B
Tints of Blue Stone #10595B
RGB
CMYK
RGB Variations
Color information
#10595B (or 0x10595B) is known color: Blue Stone. HEX triplet: 10, 59 and 5B. RGB value is (16,89,91). Sum of RGB (Red+Green+Blue) = 16+89+91=196 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.16% from 196); Green value is 89 (35.16% from 255 or 45.41% from 196); Blue value is 91 (35.94% from 255 or 46.43% from 196); Max value from RGB is 91 - color contains mainly: blue. Hex color #10595B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10595B is #EFA6A4. Grayscale: #434343. Windows color (decimal): -15705765 or 5986576. OLE color: 5986576.
HSL color Cylindrical-coordinate representation of color #10595B: hue angle of 181.6º 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 #10595B is Cyan = 0.82, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 89 | 91 | - |
| CMYK | 0.82 | 0.02 | 0 | 0.64 |
| HSL | 181.6º | 0.7% | 0.21% | - |
| HSV(B) | 181.6º | 0.82% | 0.36% | - |
| XYZ | 5.67 | 8.01 | 11.14 | - |
| YUV | 67.4 | 141.32 | 91.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 89 | 91 | 0.82 | 0.02 | 0 | 0.64 | 181.6 | 0.7 | 0.21 |
| Hex | 10 | 59 | 5B | 52 | 2 | 0 | 40 | B6 | 46 | 15 |
| Octal | 20 | 131 | 133 | 122 | 2 | 0 | 100 | 266 | 106 | 25 |
| Binary | 10000 | 1011001 | 1011011 | 1010010 | 10 | 0 | 1000000 | 10110110 | 1000110 | 10101 |
Color Harmonies of #10595B
Complementary color
Monochromatic Colors of #10595B
Black with #10595B
Text Example
Text Example
White with #10595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10595B; }
p { color: rgb(16,89,91); }
H1.HeaderClassName
{
color: #10595B;
}
.AnyTagClassName
{
color: #10595B;
}
</style>
background-color css
<style>
a { background-color: #10595B; }
a { background-color: rgb(16,89,91); }
div.DivClassName
{
background-color: #10595B;
}
.BgClassName
{
background-color: #10595B;
}
</style>
border-color css
<style>
span { border-color: #10595B; }
span { border-color: rgb(16,89,91); }
td.TdClassName
{
border-color: #10595B;
}
.TagClassName
{
border-color: #10595B;
}
</style>