Shades of Blue Stone #105A5A
Tints of Blue Stone #105A5A
RGB
CMYK
RGB Variations
Color information
#105A5A (or 0x105A5A) is known color: Blue Stone. HEX triplet: 10, 5A and 5A. RGB value is (16,90,90). Sum of RGB (Red+Green+Blue) = 16+90+90=196 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.16% from 196); Green value is 90 (35.55% from 255 or 45.92% from 196); Blue value is 90 (35.55% from 255 or 45.92% from 196); Max value from RGB is 90 - color contains mainly: green, blue. Hex color #105A5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105A5A is #EFA5A5. Grayscale: #434343. Windows color (decimal): -15705510 or 5921296. OLE color: 5921296.
HSL color Cylindrical-coordinate representation of color #105A5A: hue angle of 180º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #105A5A is Cyan = 0.82, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 90 | 90 | - |
| CMYK | 0.82 | 0 | 0 | 0.65 |
| HSL | 180º | 0.7% | 0.21% | - |
| HSV(B) | 180º | 0.82% | 0.35% | - |
| XYZ | 5.72 | 8.16 | 10.95 | - |
| YUV | 67.87 | 140.48 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 90 | 90 | 0.82 | 0 | 0 | 0.65 | 180 | 0.7 | 0.21 |
| Hex | 10 | 5A | 5A | 52 | 0 | 0 | 41 | B4 | 46 | 15 |
| Octal | 20 | 132 | 132 | 122 | 0 | 0 | 101 | 264 | 106 | 25 |
| Binary | 10000 | 1011010 | 1011010 | 1010010 | 0 | 0 | 1000001 | 10110100 | 1000110 | 10101 |
Color Harmonies of #105A5A
Complementary color
Monochromatic Colors of #105A5A
Black with #105A5A
Text Example
Text Example
White with #105A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105A5A; }
p { color: rgb(16,90,90); }
H1.HeaderClassName
{
color: #105A5A;
}
.AnyTagClassName
{
color: #105A5A;
}
</style>
background-color css
<style>
a { background-color: #105A5A; }
a { background-color: rgb(16,90,90); }
div.DivClassName
{
background-color: #105A5A;
}
.BgClassName
{
background-color: #105A5A;
}
</style>
border-color css
<style>
span { border-color: #105A5A; }
span { border-color: rgb(16,90,90); }
td.TdClassName
{
border-color: #105A5A;
}
.TagClassName
{
border-color: #105A5A;
}
</style>