Shades of Blue Stone #1E5D59
Tints of Blue Stone #1E5D59
RGB
CMYK
RGB Variations
Color information
#1E5D59 (or 0x1E5D59) is known color: Blue Stone. HEX triplet: 1E, 5D and 59. RGB value is (30,93,89). Sum of RGB (Red+Green+Blue) = 30+93+89=212 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.15% from 212); Green value is 93 (36.72% from 255 or 43.87% from 212); Blue value is 89 (35.16% from 255 or 41.98% from 212); Max value from RGB is 93 - color contains mainly: green. Hex color #1E5D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5D59 is #E1A2A6. Grayscale: #494949. Windows color (decimal): -14787239 or 5856542. OLE color: 5856542.
HSL color Cylindrical-coordinate representation of color #1E5D59: hue angle of 176.19º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1E5D59 is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 30 | 93 | 89 | - |
| CMYK | 0.68 | 0 | 0.04 | 0.64 |
| HSL | 176.19º | 0.51% | 0.24% | - |
| HSV(B) | 176.19º | 0.68% | 0.36% | - |
| XYZ | 6.25 | 8.83 | 10.83 | - |
| YUV | 73.71 | 136.63 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 93 | 89 | 0.68 | 0 | 0.04 | 0.64 | 176.19 | 0.51 | 0.24 |
| Hex | 1E | 5D | 59 | 44 | 0 | 4 | 40 | B0 | 33 | 18 |
| Octal | 36 | 135 | 131 | 104 | 0 | 4 | 100 | 260 | 63 | 30 |
| Binary | 11110 | 1011101 | 1011001 | 1000100 | 0 | 100 | 1000000 | 10110000 | 110011 | 11000 |
Color Harmonies of #1E5D59
Complementary color
Monochromatic Colors of #1E5D59
Black with #1E5D59
Text Example
Text Example
White with #1E5D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5D59; }
p { color: rgb(30,93,89); }
H1.HeaderClassName
{
color: #1E5D59;
}
.AnyTagClassName
{
color: #1E5D59;
}
</style>
background-color css
<style>
a { background-color: #1E5D59; }
a { background-color: rgb(30,93,89); }
div.DivClassName
{
background-color: #1E5D59;
}
.BgClassName
{
background-color: #1E5D59;
}
</style>
border-color css
<style>
span { border-color: #1E5D59; }
span { border-color: rgb(30,93,89); }
td.TdClassName
{
border-color: #1E5D59;
}
.TagClassName
{
border-color: #1E5D59;
}
</style>