Shades of Deep Sea #27755D
Tints of Deep Sea #27755D
RGB
CMYK
RGB Variations
Color information
#27755D (or 0x27755D) is known color: Deep Sea. HEX triplet: 27, 75 and 5D. RGB value is (39,117,93). Sum of RGB (Red+Green+Blue) = 39+117+93=249 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.66% from 249); Green value is 117 (46.09% from 255 or 46.99% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 117 - color contains mainly: green. Hex color #27755D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27755D is #D88AA2. Grayscale: #5A5A5A. Windows color (decimal): -14191267 or 6124839. OLE color: 6124839.
HSL color Cylindrical-coordinate representation of color #27755D: hue angle of 161.54º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #27755D is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 39 | 117 | 93 | - |
| CMYK | 0.67 | 0 | 0.21 | 0.54 |
| HSL | 161.54º | 0.5% | 0.31% | - |
| HSV(B) | 161.54º | 0.67% | 0.46% | - |
| XYZ | 9.17 | 13.94 | 12.56 | - |
| YUV | 90.94 | 129.16 | 90.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 117 | 93 | 0.67 | 0 | 0.21 | 0.54 | 161.54 | 0.5 | 0.31 |
| Hex | 27 | 75 | 5D | 43 | 0 | 15 | 36 | A2 | 32 | 1F |
| Octal | 47 | 165 | 135 | 103 | 0 | 25 | 66 | 242 | 62 | 37 |
| Binary | 100111 | 1110101 | 1011101 | 1000011 | 0 | 10101 | 110110 | 10100010 | 110010 | 11111 |
Color Harmonies of #27755D
Complementary color
Monochromatic Colors of #27755D
Black with #27755D
Text Example
Text Example
White with #27755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27755D; }
p { color: rgb(39,117,93); }
H1.HeaderClassName
{
color: #27755D;
}
.AnyTagClassName
{
color: #27755D;
}
</style>
background-color css
<style>
a { background-color: #27755D; }
a { background-color: rgb(39,117,93); }
div.DivClassName
{
background-color: #27755D;
}
.BgClassName
{
background-color: #27755D;
}
</style>
border-color css
<style>
span { border-color: #27755D; }
span { border-color: rgb(39,117,93); }
td.TdClassName
{
border-color: #27755D;
}
.TagClassName
{
border-color: #27755D;
}
</style>