Shades of Blue Stone #105A5C
Tints of Blue Stone #105A5C
RGB
CMYK
RGB Variations
Color information
#105A5C (or 0x105A5C) is known color: Blue Stone. HEX triplet: 10, 5A and 5C. RGB value is (16,90,92). Sum of RGB (Red+Green+Blue) = 16+90+92=198 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.08% from 198); Green value is 90 (35.55% from 255 or 45.45% from 198); Blue value is 92 (36.33% from 255 or 46.46% from 198); Max value from RGB is 92 - color contains mainly: blue. Hex color #105A5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105A5C is #EFA5A3. Grayscale: #444444. Windows color (decimal): -15705508 or 6052368. OLE color: 6052368.
HSL color Cylindrical-coordinate representation of color #105A5C: hue angle of 181.58º 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 #105A5C is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 90 | 92 | - |
| CMYK | 0.83 | 0.02 | 0 | 0.64 |
| HSL | 181.58º | 0.7% | 0.21% | - |
| HSV(B) | 181.58º | 0.83% | 0.36% | - |
| XYZ | 5.8 | 8.2 | 11.4 | - |
| YUV | 68.1 | 141.48 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 90 | 92 | 0.83 | 0.02 | 0 | 0.64 | 181.58 | 0.7 | 0.21 |
| Hex | 10 | 5A | 5C | 53 | 2 | 0 | 40 | B6 | 46 | 15 |
| Octal | 20 | 132 | 134 | 123 | 2 | 0 | 100 | 266 | 106 | 25 |
| Binary | 10000 | 1011010 | 1011100 | 1010011 | 10 | 0 | 1000000 | 10110110 | 1000110 | 10101 |
Color Harmonies of #105A5C
Complementary color
Monochromatic Colors of #105A5C
Black with #105A5C
Text Example
Text Example
White with #105A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105A5C; }
p { color: rgb(16,90,92); }
H1.HeaderClassName
{
color: #105A5C;
}
.AnyTagClassName
{
color: #105A5C;
}
</style>
background-color css
<style>
a { background-color: #105A5C; }
a { background-color: rgb(16,90,92); }
div.DivClassName
{
background-color: #105A5C;
}
.BgClassName
{
background-color: #105A5C;
}
</style>
border-color css
<style>
span { border-color: #105A5C; }
span { border-color: rgb(16,90,92); }
td.TdClassName
{
border-color: #105A5C;
}
.TagClassName
{
border-color: #105A5C;
}
</style>