Shades of Blue Stone #1A5D56
Tints of Blue Stone #1A5D56
RGB
CMYK
RGB Variations
Color information
#1A5D56 (or 0x1A5D56) is known color: Blue Stone. HEX triplet: 1A, 5D and 56. RGB value is (26,93,86). Sum of RGB (Red+Green+Blue) = 26+93+86=205 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.68% from 205); Green value is 93 (36.72% from 255 or 45.37% from 205); Blue value is 86 (33.98% from 255 or 41.95% from 205); Max value from RGB is 93 - color contains mainly: green. Hex color #1A5D56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5D56 is #E5A2A9. Grayscale: #484848. Windows color (decimal): -15049386 or 5659930. OLE color: 5659930.
HSL color Cylindrical-coordinate representation of color #1A5D56: hue angle of 173.73º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1A5D56 is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 26 | 93 | 86 | - |
| CMYK | 0.72 | 0 | 0.08 | 0.64 |
| HSL | 173.73º | 0.56% | 0.23% | - |
| HSV(B) | 173.73º | 0.72% | 0.36% | - |
| XYZ | 6.02 | 8.72 | 10.17 | - |
| YUV | 72.17 | 135.8 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 93 | 86 | 0.72 | 0 | 0.08 | 0.64 | 173.73 | 0.56 | 0.23 |
| Hex | 1A | 5D | 56 | 48 | 0 | 8 | 40 | AE | 38 | 17 |
| Octal | 32 | 135 | 126 | 110 | 0 | 10 | 100 | 256 | 70 | 27 |
| Binary | 11010 | 1011101 | 1010110 | 1001000 | 0 | 1000 | 1000000 | 10101110 | 111000 | 10111 |
Color Harmonies of #1A5D56
Complementary color
Monochromatic Colors of #1A5D56
Black with #1A5D56
Text Example
Text Example
White with #1A5D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5D56; }
p { color: rgb(26,93,86); }
H1.HeaderClassName
{
color: #1A5D56;
}
.AnyTagClassName
{
color: #1A5D56;
}
</style>
background-color css
<style>
a { background-color: #1A5D56; }
a { background-color: rgb(26,93,86); }
div.DivClassName
{
background-color: #1A5D56;
}
.BgClassName
{
background-color: #1A5D56;
}
</style>
border-color css
<style>
span { border-color: #1A5D56; }
span { border-color: rgb(26,93,86); }
td.TdClassName
{
border-color: #1A5D56;
}
.TagClassName
{
border-color: #1A5D56;
}
</style>