Shades of Blue Stone #105E5E
Tints of Blue Stone #105E5E
RGB
CMYK
RGB Variations
Color information
#105E5E (or 0x105E5E) is known color: Blue Stone. HEX triplet: 10, 5E and 5E. RGB value is (16,94,94). Sum of RGB (Red+Green+Blue) = 16+94+94=204 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.84% from 204); Green value is 94 (37.11% from 255 or 46.08% from 204); Blue value is 94 (37.11% from 255 or 46.08% from 204); Max value from RGB is 94 - color contains mainly: green, blue. Hex color #105E5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105E5E is #EFA1A1. Grayscale: #464646. Windows color (decimal): -15704482 or 6184464. OLE color: 6184464.
HSL color Cylindrical-coordinate representation of color #105E5E: hue angle of 180º 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 #105E5E is Cyan = 0.83, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 16 | 94 | 94 | - |
CMYK | 0.83 | 0 | 0 | 0.63 |
HSL | 180º | 0.71% | 0.22% | - |
HSV(B) | 180º | 0.83% | 0.37% | - |
XYZ | 6.24 | 8.92 | 11.98 | - |
YUV | 70.68 | 141.16 | 89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 16 | 94 | 94 | 0.83 | 0 | 0 | 0.63 | 180 | 0.71 | 0.22 |
Hex | 10 | 5E | 5E | 53 | 0 | 0 | 3F | B4 | 47 | 16 |
Octal | 20 | 136 | 136 | 123 | 0 | 0 | 77 | 264 | 107 | 26 |
Binary | 10000 | 1011110 | 1011110 | 1010011 | 0 | 0 | 111111 | 10110100 | 1000111 | 10110 |
Color Harmonies of #105E5E
Complementary color
Monochromatic Colors of #105E5E
Black with #105E5E
Text Example
Text Example
White with #105E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105E5E; }
p { color: rgb(16,94,94); }
H1.HeaderClassName
{
color: #105E5E;
}
.AnyTagClassName
{
color: #105E5E;
}
</style>
background-color css
<style>
a { background-color: #105E5E; }
a { background-color: rgb(16,94,94); }
div.DivClassName
{
background-color: #105E5E;
}
.BgClassName
{
background-color: #105E5E;
}
</style>
border-color css
<style>
span { border-color: #105E5E; }
span { border-color: rgb(16,94,94); }
td.TdClassName
{
border-color: #105E5E;
}
.TagClassName
{
border-color: #105E5E;
}
</style>