Shades of Evening Sea #1F584D
Tints of Evening Sea #1F584D
RGB
CMYK
RGB Variations
Color information
#1F584D (or 0x1F584D) is known color: Evening Sea. HEX triplet: 1F, 58 and 4D. RGB value is (31,88,77). Sum of RGB (Red+Green+Blue) = 31+88+77=196 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.82% from 196); Green value is 88 (34.77% from 255 or 44.90% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 88 - color contains mainly: green. Hex color #1F584D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F584D is #E0A7B2. Grayscale: #454545. Windows color (decimal): -14722995 or 5068831. OLE color: 5068831.
HSL color Cylindrical-coordinate representation of color #1F584D: hue angle of 168.42º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1F584D is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 31 | 88 | 77 | - |
| CMYK | 0.65 | 0 | 0.12 | 0.65 |
| HSL | 168.42º | 0.48% | 0.23% | - |
| HSV(B) | 168.42º | 0.65% | 0.35% | - |
| XYZ | 5.39 | 7.81 | 8.24 | - |
| YUV | 69.7 | 132.12 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 88 | 77 | 0.65 | 0 | 0.12 | 0.65 | 168.42 | 0.48 | 0.23 |
| Hex | 1F | 58 | 4D | 41 | 0 | C | 41 | A8 | 30 | 17 |
| Octal | 37 | 130 | 115 | 101 | 0 | 14 | 101 | 250 | 60 | 27 |
| Binary | 11111 | 1011000 | 1001101 | 1000001 | 0 | 1100 | 1000001 | 10101000 | 110000 | 10111 |
Color Harmonies of #1F584D
Complementary color
Monochromatic Colors of #1F584D
Black with #1F584D
Text Example
Text Example
White with #1F584D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F584D; }
p { color: rgb(31,88,77); }
H1.HeaderClassName
{
color: #1F584D;
}
.AnyTagClassName
{
color: #1F584D;
}
</style>
background-color css
<style>
a { background-color: #1F584D; }
a { background-color: rgb(31,88,77); }
div.DivClassName
{
background-color: #1F584D;
}
.BgClassName
{
background-color: #1F584D;
}
</style>
border-color css
<style>
span { border-color: #1F584D; }
span { border-color: rgb(31,88,77); }
td.TdClassName
{
border-color: #1F584D;
}
.TagClassName
{
border-color: #1F584D;
}
</style>