Shades of Blue Stone #1A5E56
Tints of Blue Stone #1A5E56
RGB
CMYK
RGB Variations
Color information
#1A5E56 (or 0x1A5E56) is known color: Blue Stone. HEX triplet: 1A, 5E and 56. RGB value is (26,94,86). Sum of RGB (Red+Green+Blue) = 26+94+86=206 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.62% from 206); Green value is 94 (37.11% from 255 or 45.63% from 206); Blue value is 86 (33.98% from 255 or 41.75% from 206); Max value from RGB is 94 - color contains mainly: green. Hex color #1A5E56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5E56 is #E5A1A9. Grayscale: #484848. Windows color (decimal): -15049130 or 5660186. OLE color: 5660186.
HSL color Cylindrical-coordinate representation of color #1A5E56: hue angle of 172.94º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1A5E56 is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 26 | 94 | 86 | - |
| CMYK | 0.72 | 0 | 0.09 | 0.63 |
| HSL | 172.94º | 0.57% | 0.24% | - |
| HSV(B) | 172.94º | 0.72% | 0.37% | - |
| XYZ | 6.11 | 8.9 | 10.2 | - |
| YUV | 72.76 | 135.47 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 94 | 86 | 0.72 | 0 | 0.09 | 0.63 | 172.94 | 0.57 | 0.24 |
| Hex | 1A | 5E | 56 | 48 | 0 | 9 | 3F | AD | 39 | 18 |
| Octal | 32 | 136 | 126 | 110 | 0 | 11 | 77 | 255 | 71 | 30 |
| Binary | 11010 | 1011110 | 1010110 | 1001000 | 0 | 1001 | 111111 | 10101101 | 111001 | 11000 |
Color Harmonies of #1A5E56
Complementary color
Monochromatic Colors of #1A5E56
Black with #1A5E56
Text Example
Text Example
White with #1A5E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5E56; }
p { color: rgb(26,94,86); }
H1.HeaderClassName
{
color: #1A5E56;
}
.AnyTagClassName
{
color: #1A5E56;
}
</style>
background-color css
<style>
a { background-color: #1A5E56; }
a { background-color: rgb(26,94,86); }
div.DivClassName
{
background-color: #1A5E56;
}
.BgClassName
{
background-color: #1A5E56;
}
</style>
border-color css
<style>
span { border-color: #1A5E56; }
span { border-color: rgb(26,94,86); }
td.TdClassName
{
border-color: #1A5E56;
}
.TagClassName
{
border-color: #1A5E56;
}
</style>