Shades of Blue Stone #1E5A57
Tints of Blue Stone #1E5A57
RGB
CMYK
RGB Variations
Color information
#1E5A57 (or 0x1E5A57) is known color: Blue Stone. HEX triplet: 1E, 5A and 57. RGB value is (30,90,87). Sum of RGB (Red+Green+Blue) = 30+90+87=207 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.49% from 207); Green value is 90 (35.55% from 255 or 43.48% from 207); Blue value is 87 (34.38% from 255 or 42.03% from 207); Max value from RGB is 90 - color contains mainly: green. Hex color #1E5A57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5A57 is #E1A5A8. Grayscale: #474747. Windows color (decimal): -14788009 or 5724702. OLE color: 5724702.
HSL color Cylindrical-coordinate representation of color #1E5A57: hue angle of 177º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E5A57 is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 30 | 90 | 87 | - |
| CMYK | 0.67 | 0 | 0.03 | 0.65 |
| HSL | 177º | 0.5% | 0.24% | - |
| HSV(B) | 177º | 0.67% | 0.35% | - |
| XYZ | 5.91 | 8.28 | 10.3 | - |
| YUV | 71.72 | 136.62 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 90 | 87 | 0.67 | 0 | 0.03 | 0.65 | 177 | 0.5 | 0.24 |
| Hex | 1E | 5A | 57 | 43 | 0 | 3 | 41 | B1 | 32 | 18 |
| Octal | 36 | 132 | 127 | 103 | 0 | 3 | 101 | 261 | 62 | 30 |
| Binary | 11110 | 1011010 | 1010111 | 1000011 | 0 | 11 | 1000001 | 10110001 | 110010 | 11000 |
Color Harmonies of #1E5A57
Complementary color
Monochromatic Colors of #1E5A57
Black with #1E5A57
Text Example
Text Example
White with #1E5A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5A57; }
p { color: rgb(30,90,87); }
H1.HeaderClassName
{
color: #1E5A57;
}
.AnyTagClassName
{
color: #1E5A57;
}
</style>
background-color css
<style>
a { background-color: #1E5A57; }
a { background-color: rgb(30,90,87); }
div.DivClassName
{
background-color: #1E5A57;
}
.BgClassName
{
background-color: #1E5A57;
}
</style>
border-color css
<style>
span { border-color: #1E5A57; }
span { border-color: rgb(30,90,87); }
td.TdClassName
{
border-color: #1E5A57;
}
.TagClassName
{
border-color: #1E5A57;
}
</style>