Shades of Blue Stone #105C5E
Tints of Blue Stone #105C5E
RGB
CMYK
RGB Variations
Color information
#105C5E (or 0x105C5E) is known color: Blue Stone. HEX triplet: 10, 5C and 5E. RGB value is (16,92,94). Sum of RGB (Red+Green+Blue) = 16+92+94=202 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.92% from 202); Green value is 92 (36.33% from 255 or 45.54% from 202); Blue value is 94 (37.11% from 255 or 46.53% from 202); Max value from RGB is 94 - color contains mainly: blue. Hex color #105C5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105C5E is #EFA3A1. Grayscale: #454545. Windows color (decimal): -15704994 or 6183952. OLE color: 6183952.
HSL color Cylindrical-coordinate representation of color #105C5E: hue angle of 181.54º 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 #105C5E is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 16 | 92 | 94 | - |
| CMYK | 0.83 | 0.02 | 0 | 0.63 |
| HSL | 181.54º | 0.71% | 0.22% | - |
| HSV(B) | 181.54º | 0.83% | 0.37% | - |
| XYZ | 6.06 | 8.57 | 11.92 | - |
| YUV | 69.5 | 141.82 | 89.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 92 | 94 | 0.83 | 0.02 | 0 | 0.63 | 181.54 | 0.71 | 0.22 |
| Hex | 10 | 5C | 5E | 53 | 2 | 0 | 3F | B6 | 47 | 16 |
| Octal | 20 | 134 | 136 | 123 | 2 | 0 | 77 | 266 | 107 | 26 |
| Binary | 10000 | 1011100 | 1011110 | 1010011 | 10 | 0 | 111111 | 10110110 | 1000111 | 10110 |
Color Harmonies of #105C5E
Complementary color
Monochromatic Colors of #105C5E
Black with #105C5E
Text Example
Text Example
White with #105C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105C5E; }
p { color: rgb(16,92,94); }
H1.HeaderClassName
{
color: #105C5E;
}
.AnyTagClassName
{
color: #105C5E;
}
</style>
background-color css
<style>
a { background-color: #105C5E; }
a { background-color: rgb(16,92,94); }
div.DivClassName
{
background-color: #105C5E;
}
.BgClassName
{
background-color: #105C5E;
}
</style>
border-color css
<style>
span { border-color: #105C5E; }
span { border-color: rgb(16,92,94); }
td.TdClassName
{
border-color: #105C5E;
}
.TagClassName
{
border-color: #105C5E;
}
</style>