Shades of Evening Sea #28584B
Tints of Evening Sea #28584B
RGB
CMYK
RGB Variations
Color information
#28584B (or 0x28584B) is known color: Evening Sea. HEX triplet: 28, 58 and 4B. RGB value is (40,88,75). Sum of RGB (Red+Green+Blue) = 40+88+75=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 88 (34.77% from 255 or 43.35% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 88 - color contains mainly: green. Hex color #28584B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28584B is #D7A7B4. Grayscale: #484848. Windows color (decimal): -14133173 or 4937768. OLE color: 4937768.
HSL color Cylindrical-coordinate representation of color #28584B: hue angle of 163.75º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #28584B is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 88 | 75 | - |
| CMYK | 0.55 | 0 | 0.15 | 0.65 |
| HSL | 163.75º | 0.38% | 0.25% | - |
| HSV(B) | 163.75º | 0.55% | 0.35% | - |
| XYZ | 5.63 | 7.94 | 7.89 | - |
| YUV | 72.17 | 129.6 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 88 | 75 | 0.55 | 0 | 0.15 | 0.65 | 163.75 | 0.38 | 0.25 |
| Hex | 28 | 58 | 4B | 37 | 0 | F | 41 | A4 | 26 | 19 |
| Octal | 50 | 130 | 113 | 67 | 0 | 17 | 101 | 244 | 46 | 31 |
| Binary | 101000 | 1011000 | 1001011 | 110111 | 0 | 1111 | 1000001 | 10100100 | 100110 | 11001 |
Color Harmonies of #28584B
Complementary color
Monochromatic Colors of #28584B
Black with #28584B
Text Example
Text Example
White with #28584B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28584B; }
p { color: rgb(40,88,75); }
H1.HeaderClassName
{
color: #28584B;
}
.AnyTagClassName
{
color: #28584B;
}
</style>
background-color css
<style>
a { background-color: #28584B; }
a { background-color: rgb(40,88,75); }
div.DivClassName
{
background-color: #28584B;
}
.BgClassName
{
background-color: #28584B;
}
</style>
border-color css
<style>
span { border-color: #28584B; }
span { border-color: rgb(40,88,75); }
td.TdClassName
{
border-color: #28584B;
}
.TagClassName
{
border-color: #28584B;
}
</style>