Shades of Blue Stone #105D5C
Tints of Blue Stone #105D5C
RGB
CMYK
RGB Variations
Color information
#105D5C (or 0x105D5C) is known color: Blue Stone. HEX triplet: 10, 5D and 5C. RGB value is (16,93,92). Sum of RGB (Red+Green+Blue) = 16+93+92=201 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.96% from 201); Green value is 93 (36.72% from 255 or 46.27% from 201); Blue value is 92 (36.33% from 255 or 45.77% from 201); Max value from RGB is 93 - color contains mainly: green. Hex color #105D5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105D5C is #EFA2A3. Grayscale: #454545. Windows color (decimal): -15704740 or 6053136. OLE color: 6053136.
HSL color Cylindrical-coordinate representation of color #105D5C: hue angle of 179.22º degrees, saturation: 0.71, 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 #105D5C is Cyan = 0.83, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 93 | 92 | - |
| CMYK | 0.83 | 0 | 0.01 | 0.64 |
| HSL | 179.22º | 0.71% | 0.21% | - |
| HSV(B) | 179.22º | 0.83% | 0.36% | - |
| XYZ | 6.06 | 8.71 | 11.49 | - |
| YUV | 69.86 | 140.49 | 89.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 93 | 92 | 0.83 | 0 | 0.01 | 0.64 | 179.22 | 0.71 | 0.21 |
| Hex | 10 | 5D | 5C | 53 | 0 | 1 | 40 | B3 | 47 | 15 |
| Octal | 20 | 135 | 134 | 123 | 0 | 1 | 100 | 263 | 107 | 25 |
| Binary | 10000 | 1011101 | 1011100 | 1010011 | 0 | 1 | 1000000 | 10110011 | 1000111 | 10101 |
Color Harmonies of #105D5C
Complementary color
Monochromatic Colors of #105D5C
Black with #105D5C
Text Example
Text Example
White with #105D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105D5C; }
p { color: rgb(16,93,92); }
H1.HeaderClassName
{
color: #105D5C;
}
.AnyTagClassName
{
color: #105D5C;
}
</style>
background-color css
<style>
a { background-color: #105D5C; }
a { background-color: rgb(16,93,92); }
div.DivClassName
{
background-color: #105D5C;
}
.BgClassName
{
background-color: #105D5C;
}
</style>
border-color css
<style>
span { border-color: #105D5C; }
span { border-color: rgb(16,93,92); }
td.TdClassName
{
border-color: #105D5C;
}
.TagClassName
{
border-color: #105D5C;
}
</style>