Shades of Deep Sea #28795D
Tints of Deep Sea #28795D
RGB
CMYK
RGB Variations
Color information
#28795D (or 0x28795D) is known color: Deep Sea. HEX triplet: 28, 79 and 5D. RGB value is (40,121,93). Sum of RGB (Red+Green+Blue) = 40+121+93=254 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.75% from 254); Green value is 121 (47.66% from 255 or 47.64% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 121 - color contains mainly: green. Hex color #28795D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28795D is #D786A2. Grayscale: #5D5D5D. Windows color (decimal): -14124707 or 6125864. OLE color: 6125864.
HSL color Cylindrical-coordinate representation of color #28795D: hue angle of 159.26º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #28795D is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 121 | 93 | - |
| CMYK | 0.67 | 0 | 0.23 | 0.53 |
| HSL | 159.26º | 0.5% | 0.32% | - |
| HSV(B) | 159.26º | 0.67% | 0.47% | - |
| XYZ | 9.69 | 14.92 | 12.72 | - |
| YUV | 93.59 | 127.66 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 121 | 93 | 0.67 | 0 | 0.23 | 0.53 | 159.26 | 0.5 | 0.32 |
| Hex | 28 | 79 | 5D | 43 | 0 | 17 | 35 | 9F | 32 | 20 |
| Octal | 50 | 171 | 135 | 103 | 0 | 27 | 65 | 237 | 62 | 40 |
| Binary | 101000 | 1111001 | 1011101 | 1000011 | 0 | 10111 | 110101 | 10011111 | 110010 | 100000 |
Color Harmonies of #28795D
Complementary color
Monochromatic Colors of #28795D
Black with #28795D
Text Example
Text Example
White with #28795D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28795D; }
p { color: rgb(40,121,93); }
H1.HeaderClassName
{
color: #28795D;
}
.AnyTagClassName
{
color: #28795D;
}
</style>
background-color css
<style>
a { background-color: #28795D; }
a { background-color: rgb(40,121,93); }
div.DivClassName
{
background-color: #28795D;
}
.BgClassName
{
background-color: #28795D;
}
</style>
border-color css
<style>
span { border-color: #28795D; }
span { border-color: rgb(40,121,93); }
td.TdClassName
{
border-color: #28795D;
}
.TagClassName
{
border-color: #28795D;
}
</style>