Shades of Evening Sea #1B574D
Tints of Evening Sea #1B574D
RGB
CMYK
RGB Variations
Color information
#1B574D (or 0x1B574D) is known color: Evening Sea. HEX triplet: 1B, 57 and 4D. RGB value is (27,87,77). Sum of RGB (Red+Green+Blue) = 27+87+77=191 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.14% from 191); Green value is 87 (34.38% from 255 or 45.55% from 191); Blue value is 77 (30.47% from 255 or 40.31% from 191); Max value from RGB is 87 - color contains mainly: green. Hex color #1B574D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B574D is #E4A8B2. Grayscale: #434343. Windows color (decimal): -14985395 or 5068571. OLE color: 5068571.
HSL color Cylindrical-coordinate representation of color #1B574D: hue angle of 170º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1B574D is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 27 | 87 | 77 | - |
| CMYK | 0.69 | 0 | 0.11 | 0.66 |
| HSL | 170º | 0.53% | 0.22% | - |
| HSV(B) | 170º | 0.69% | 0.34% | - |
| XYZ | 5.2 | 7.59 | 8.21 | - |
| YUV | 67.92 | 133.12 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 87 | 77 | 0.69 | 0 | 0.11 | 0.66 | 170 | 0.53 | 0.22 |
| Hex | 1B | 57 | 4D | 45 | 0 | B | 42 | AA | 35 | 16 |
| Octal | 33 | 127 | 115 | 105 | 0 | 13 | 102 | 252 | 65 | 26 |
| Binary | 11011 | 1010111 | 1001101 | 1000101 | 0 | 1011 | 1000010 | 10101010 | 110101 | 10110 |
Color Harmonies of #1B574D
Complementary color
Monochromatic Colors of #1B574D
Black with #1B574D
Text Example
Text Example
White with #1B574D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B574D; }
p { color: rgb(27,87,77); }
H1.HeaderClassName
{
color: #1B574D;
}
.AnyTagClassName
{
color: #1B574D;
}
</style>
background-color css
<style>
a { background-color: #1B574D; }
a { background-color: rgb(27,87,77); }
div.DivClassName
{
background-color: #1B574D;
}
.BgClassName
{
background-color: #1B574D;
}
</style>
border-color css
<style>
span { border-color: #1B574D; }
span { border-color: rgb(27,87,77); }
td.TdClassName
{
border-color: #1B574D;
}
.TagClassName
{
border-color: #1B574D;
}
</style>