Shades of Blue Stone #105C5C
Tints of Blue Stone #105C5C
RGB
CMYK
RGB Variations
Color information
#105C5C (or 0x105C5C) is known color: Blue Stone. HEX triplet: 10, 5C and 5C. RGB value is (16,92,92). Sum of RGB (Red+Green+Blue) = 16+92+92=200 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8% from 200); Green value is 92 (36.33% from 255 or 46% from 200); Blue value is 92 (36.33% from 255 or 46% from 200); Max value from RGB is 92 - color contains mainly: green, blue. Hex color #105C5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105C5C is #EFA3A3. Grayscale: #454545. Windows color (decimal): -15704996 or 6052880. OLE color: 6052880.
HSL color Cylindrical-coordinate representation of color #105C5C: 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.83%. Process color model (Four color, CMYK) of #105C5C is Cyan = 0.83, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 92 | 92 | - |
| CMYK | 0.83 | 0 | 0 | 0.64 |
| HSL | 180º | 0.7% | 0.21% | - |
| HSV(B) | 180º | 0.83% | 0.36% | - |
| XYZ | 5.97 | 8.54 | 11.46 | - |
| YUV | 69.28 | 140.82 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 92 | 92 | 0.83 | 0 | 0 | 0.64 | 180 | 0.7 | 0.21 |
| Hex | 10 | 5C | 5C | 53 | 0 | 0 | 40 | B4 | 46 | 15 |
| Octal | 20 | 134 | 134 | 123 | 0 | 0 | 100 | 264 | 106 | 25 |
| Binary | 10000 | 1011100 | 1011100 | 1010011 | 0 | 0 | 1000000 | 10110100 | 1000110 | 10101 |
Color Harmonies of #105C5C
Complementary color
Monochromatic Colors of #105C5C
Black with #105C5C
Text Example
Text Example
White with #105C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105C5C; }
p { color: rgb(16,92,92); }
H1.HeaderClassName
{
color: #105C5C;
}
.AnyTagClassName
{
color: #105C5C;
}
</style>
background-color css
<style>
a { background-color: #105C5C; }
a { background-color: rgb(16,92,92); }
div.DivClassName
{
background-color: #105C5C;
}
.BgClassName
{
background-color: #105C5C;
}
</style>
border-color css
<style>
span { border-color: #105C5C; }
span { border-color: rgb(16,92,92); }
td.TdClassName
{
border-color: #105C5C;
}
.TagClassName
{
border-color: #105C5C;
}
</style>