Shades of Blue Stone #1A5C57
Tints of Blue Stone #1A5C57
RGB
CMYK
RGB Variations
Color information
#1A5C57 (or 0x1A5C57) is known color: Blue Stone. HEX triplet: 1A, 5C and 57. RGB value is (26,92,87). Sum of RGB (Red+Green+Blue) = 26+92+87=205 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.68% from 205); Green value is 92 (36.33% from 255 or 44.88% from 205); Blue value is 87 (34.38% from 255 or 42.44% from 205); Max value from RGB is 92 - color contains mainly: green. Hex color #1A5C57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5C57 is #E5A3A8. Grayscale: #474747. Windows color (decimal): -15049641 or 5725210. OLE color: 5725210.
HSL color Cylindrical-coordinate representation of color #1A5C57: hue angle of 175.45º 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 #1A5C57 is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 26 | 92 | 87 | - |
| CMYK | 0.72 | 0 | 0.05 | 0.64 |
| HSL | 175.45º | 0.56% | 0.23% | - |
| HSV(B) | 175.45º | 0.72% | 0.36% | - |
| XYZ | 5.97 | 8.56 | 10.35 | - |
| YUV | 71.7 | 136.63 | 95.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 92 | 87 | 0.72 | 0 | 0.05 | 0.64 | 175.45 | 0.56 | 0.23 |
| Hex | 1A | 5C | 57 | 48 | 0 | 5 | 40 | AF | 38 | 17 |
| Octal | 32 | 134 | 127 | 110 | 0 | 5 | 100 | 257 | 70 | 27 |
| Binary | 11010 | 1011100 | 1010111 | 1001000 | 0 | 101 | 1000000 | 10101111 | 111000 | 10111 |
Color Harmonies of #1A5C57
Complementary color
Monochromatic Colors of #1A5C57
Black with #1A5C57
Text Example
Text Example
White with #1A5C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5C57; }
p { color: rgb(26,92,87); }
H1.HeaderClassName
{
color: #1A5C57;
}
.AnyTagClassName
{
color: #1A5C57;
}
</style>
background-color css
<style>
a { background-color: #1A5C57; }
a { background-color: rgb(26,92,87); }
div.DivClassName
{
background-color: #1A5C57;
}
.BgClassName
{
background-color: #1A5C57;
}
</style>
border-color css
<style>
span { border-color: #1A5C57; }
span { border-color: rgb(26,92,87); }
td.TdClassName
{
border-color: #1A5C57;
}
.TagClassName
{
border-color: #1A5C57;
}
</style>