Shades of Deep Sea #287A5F
Tints of Deep Sea #287A5F
RGB
CMYK
RGB Variations
Color information
#287A5F (or 0x287A5F) is known color: Deep Sea. HEX triplet: 28, 7A and 5F. RGB value is (40,122,95). Sum of RGB (Red+Green+Blue) = 40+122+95=257 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.56% from 257); Green value is 122 (48.05% from 255 or 47.47% from 257); Blue value is 95 (37.5% from 255 or 36.96% from 257); Max value from RGB is 122 - color contains mainly: green. Hex color #287A5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287A5F is #D785A0. Grayscale: #5E5E5E. Windows color (decimal): -14124449 or 6257192. OLE color: 6257192.
HSL color Cylindrical-coordinate representation of color #287A5F: hue angle of 160.24º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #287A5F is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 122 | 95 | - |
| CMYK | 0.67 | 0 | 0.22 | 0.52 |
| HSL | 160.24º | 0.51% | 0.32% | - |
| HSV(B) | 160.24º | 0.67% | 0.48% | - |
| XYZ | 9.9 | 15.2 | 13.24 | - |
| YUV | 94.4 | 128.33 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 122 | 95 | 0.67 | 0 | 0.22 | 0.52 | 160.24 | 0.51 | 0.32 |
| Hex | 28 | 7A | 5F | 43 | 0 | 16 | 34 | A0 | 33 | 20 |
| Octal | 50 | 172 | 137 | 103 | 0 | 26 | 64 | 240 | 63 | 40 |
| Binary | 101000 | 1111010 | 1011111 | 1000011 | 0 | 10110 | 110100 | 10100000 | 110011 | 100000 |
Color Harmonies of #287A5F
Complementary color
Monochromatic Colors of #287A5F
Black with #287A5F
Text Example
Text Example
White with #287A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287A5F; }
p { color: rgb(40,122,95); }
H1.HeaderClassName
{
color: #287A5F;
}
.AnyTagClassName
{
color: #287A5F;
}
</style>
background-color css
<style>
a { background-color: #287A5F; }
a { background-color: rgb(40,122,95); }
div.DivClassName
{
background-color: #287A5F;
}
.BgClassName
{
background-color: #287A5F;
}
</style>
border-color css
<style>
span { border-color: #287A5F; }
span { border-color: rgb(40,122,95); }
td.TdClassName
{
border-color: #287A5F;
}
.TagClassName
{
border-color: #287A5F;
}
</style>