Shades of Blue Stone #1A5C56
Tints of Blue Stone #1A5C56
RGB
CMYK
RGB Variations
Color information
#1A5C56 (or 0x1A5C56) is known color: Blue Stone. HEX triplet: 1A, 5C and 56. RGB value is (26,92,86). Sum of RGB (Red+Green+Blue) = 26+92+86=204 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.75% from 204); Green value is 92 (36.33% from 255 or 45.10% from 204); Blue value is 86 (33.98% from 255 or 42.16% from 204); Max value from RGB is 92 - color contains mainly: green. Hex color #1A5C56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5C56 is #E5A3A9. Grayscale: #474747. Windows color (decimal): -15049642 or 5659674. OLE color: 5659674.
HSL color Cylindrical-coordinate representation of color #1A5C56: hue angle of 174.55º 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 #1A5C56 is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 26 | 92 | 86 | - |
| CMYK | 0.72 | 0 | 0.07 | 0.64 |
| HSL | 174.55º | 0.56% | 0.23% | - |
| HSV(B) | 174.55º | 0.72% | 0.36% | - |
| XYZ | 5.93 | 8.55 | 10.14 | - |
| YUV | 71.58 | 136.13 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 92 | 86 | 0.72 | 0 | 0.07 | 0.64 | 174.55 | 0.56 | 0.23 |
| Hex | 1A | 5C | 56 | 48 | 0 | 7 | 40 | AF | 38 | 17 |
| Octal | 32 | 134 | 126 | 110 | 0 | 7 | 100 | 257 | 70 | 27 |
| Binary | 11010 | 1011100 | 1010110 | 1001000 | 0 | 111 | 1000000 | 10101111 | 111000 | 10111 |
Color Harmonies of #1A5C56
Complementary color
Monochromatic Colors of #1A5C56
Black with #1A5C56
Text Example
Text Example
White with #1A5C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5C56; }
p { color: rgb(26,92,86); }
H1.HeaderClassName
{
color: #1A5C56;
}
.AnyTagClassName
{
color: #1A5C56;
}
</style>
background-color css
<style>
a { background-color: #1A5C56; }
a { background-color: rgb(26,92,86); }
div.DivClassName
{
background-color: #1A5C56;
}
.BgClassName
{
background-color: #1A5C56;
}
</style>
border-color css
<style>
span { border-color: #1A5C56; }
span { border-color: rgb(26,92,86); }
td.TdClassName
{
border-color: #1A5C56;
}
.TagClassName
{
border-color: #1A5C56;
}
</style>