Shades of Deep Sea #05885D
Tints of Deep Sea #05885D
RGB
CMYK
RGB Variations
Color information
#05885D (or 0x05885D) is known color: Deep Sea. HEX triplet: 05, 88 and 5D. RGB value is (5,136,93). Sum of RGB (Red+Green+Blue) = 5+136+93=234 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.14% from 234); Green value is 136 (53.52% from 255 or 58.12% from 234); Blue value is 93 (36.72% from 255 or 39.74% from 234); Max value from RGB is 136 - color contains mainly: green. Hex color #05885D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05885D is #FA77A2. Grayscale: #5B5B5B. Windows color (decimal): -16414627 or 6129669. OLE color: 6129669.
HSL color Cylindrical-coordinate representation of color #05885D: hue angle of 160.31º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05885D is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 136 | 93 | - |
| CMYK | 0.96 | 0 | 0.32 | 0.47 |
| HSL | 160.31º | 0.93% | 0.28% | - |
| HSV(B) | 160.31º | 0.96% | 0.53% | - |
| XYZ | 10.84 | 18.43 | 13.34 | - |
| YUV | 91.93 | 128.6 | 66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 136 | 93 | 0.96 | 0 | 0.32 | 0.47 | 160.31 | 0.93 | 0.28 |
| Hex | 5 | 88 | 5D | 60 | 0 | 20 | 2F | A0 | 5D | 1C |
| Octal | 5 | 210 | 135 | 140 | 0 | 40 | 57 | 240 | 135 | 34 |
| Binary | 101 | 10001000 | 1011101 | 1100000 | 0 | 100000 | 101111 | 10100000 | 1011101 | 11100 |
Color Harmonies of #05885D
Complementary color
Monochromatic Colors of #05885D
Black with #05885D
Text Example
Text Example
White with #05885D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05885D; }
p { color: rgb(5,136,93); }
H1.HeaderClassName
{
color: #05885D;
}
.AnyTagClassName
{
color: #05885D;
}
</style>
background-color css
<style>
a { background-color: #05885D; }
a { background-color: rgb(5,136,93); }
div.DivClassName
{
background-color: #05885D;
}
.BgClassName
{
background-color: #05885D;
}
</style>
border-color css
<style>
span { border-color: #05885D; }
span { border-color: rgb(5,136,93); }
td.TdClassName
{
border-color: #05885D;
}
.TagClassName
{
border-color: #05885D;
}
</style>