Shades of Blue Stone #1A5C55
Tints of Blue Stone #1A5C55
RGB
CMYK
RGB Variations
Color information
#1A5C55 (or 0x1A5C55) is known color: Blue Stone. HEX triplet: 1A, 5C and 55. RGB value is (26,92,85). Sum of RGB (Red+Green+Blue) = 26+92+85=203 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.81% from 203); Green value is 92 (36.33% from 255 or 45.32% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 92 - color contains mainly: green. Hex color #1A5C55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5C55 is #E5A3AA. Grayscale: #474747. Windows color (decimal): -15049643 or 5594138. OLE color: 5594138.
HSL color Cylindrical-coordinate representation of color #1A5C55: hue angle of 173.64º 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 #1A5C55 is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 26 | 92 | 85 | - |
| CMYK | 0.72 | 0 | 0.08 | 0.64 |
| HSL | 173.64º | 0.56% | 0.23% | - |
| HSV(B) | 173.64º | 0.72% | 0.36% | - |
| XYZ | 5.89 | 8.53 | 9.93 | - |
| YUV | 71.47 | 135.63 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 92 | 85 | 0.72 | 0 | 0.08 | 0.64 | 173.64 | 0.56 | 0.23 |
| Hex | 1A | 5C | 55 | 48 | 0 | 8 | 40 | AE | 38 | 17 |
| Octal | 32 | 134 | 125 | 110 | 0 | 10 | 100 | 256 | 70 | 27 |
| Binary | 11010 | 1011100 | 1010101 | 1001000 | 0 | 1000 | 1000000 | 10101110 | 111000 | 10111 |
Color Harmonies of #1A5C55
Complementary color
Monochromatic Colors of #1A5C55
Black with #1A5C55
Text Example
Text Example
White with #1A5C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5C55; }
p { color: rgb(26,92,85); }
H1.HeaderClassName
{
color: #1A5C55;
}
.AnyTagClassName
{
color: #1A5C55;
}
</style>
background-color css
<style>
a { background-color: #1A5C55; }
a { background-color: rgb(26,92,85); }
div.DivClassName
{
background-color: #1A5C55;
}
.BgClassName
{
background-color: #1A5C55;
}
</style>
border-color css
<style>
span { border-color: #1A5C55; }
span { border-color: rgb(26,92,85); }
td.TdClassName
{
border-color: #1A5C55;
}
.TagClassName
{
border-color: #1A5C55;
}
</style>