Shades of Blue Stone #105B5B
Tints of Blue Stone #105B5B
RGB
CMYK
RGB Variations
Color information
#105B5B (or 0x105B5B) is known color: Blue Stone. HEX triplet: 10, 5B and 5B. RGB value is (16,91,91). Sum of RGB (Red+Green+Blue) = 16+91+91=198 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.08% from 198); Green value is 91 (35.94% from 255 or 45.96% from 198); Blue value is 91 (35.94% from 255 or 45.96% from 198); Max value from RGB is 91 - color contains mainly: green, blue. Hex color #105B5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105B5B is #EFA4A4. Grayscale: #444444. Windows color (decimal): -15705253 or 5987088. OLE color: 5987088.
HSL color Cylindrical-coordinate representation of color #105B5B: hue angle of 180º 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 #105B5B is Cyan = 0.82, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 91 | 91 | - |
| CMYK | 0.82 | 0 | 0 | 0.64 |
| HSL | 180º | 0.7% | 0.21% | - |
| HSV(B) | 180º | 0.82% | 0.36% | - |
| XYZ | 5.84 | 8.35 | 11.2 | - |
| YUV | 68.58 | 140.65 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 91 | 91 | 0.82 | 0 | 0 | 0.64 | 180 | 0.7 | 0.21 |
| Hex | 10 | 5B | 5B | 52 | 0 | 0 | 40 | B4 | 46 | 15 |
| Octal | 20 | 133 | 133 | 122 | 0 | 0 | 100 | 264 | 106 | 25 |
| Binary | 10000 | 1011011 | 1011011 | 1010010 | 0 | 0 | 1000000 | 10110100 | 1000110 | 10101 |
Color Harmonies of #105B5B
Complementary color
Monochromatic Colors of #105B5B
Black with #105B5B
Text Example
Text Example
White with #105B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105B5B; }
p { color: rgb(16,91,91); }
H1.HeaderClassName
{
color: #105B5B;
}
.AnyTagClassName
{
color: #105B5B;
}
</style>
background-color css
<style>
a { background-color: #105B5B; }
a { background-color: rgb(16,91,91); }
div.DivClassName
{
background-color: #105B5B;
}
.BgClassName
{
background-color: #105B5B;
}
</style>
border-color css
<style>
span { border-color: #105B5B; }
span { border-color: rgb(16,91,91); }
td.TdClassName
{
border-color: #105B5B;
}
.TagClassName
{
border-color: #105B5B;
}
</style>