Shades of Deep Teal #054535
Tints of Deep Teal #054535
RGB
CMYK
RGB Variations
Color information
#054535 (or 0x054535) is known color: Deep Teal. HEX triplet: 05, 45 and 35. RGB value is (5,69,53). Sum of RGB (Red+Green+Blue) = 5+69+53=127 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.94% from 127); Green value is 69 (27.34% from 255 or 54.33% from 127); Blue value is 53 (21.09% from 255 or 41.73% from 127); Max value from RGB is 69 - color contains mainly: green. Hex color #054535 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054535 is #FABACA. Grayscale: #303030. Windows color (decimal): -16431819 or 3491077. OLE color: 3491077.
HSL color Cylindrical-coordinate representation of color #054535: hue angle of 165º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054535 is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 69 | 53 | - |
| CMYK | 0.93 | 0 | 0.23 | 0.73 |
| HSL | 165º | 0.86% | 0.15% | - |
| HSV(B) | 165º | 0.93% | 0.27% | - |
| XYZ | 2.83 | 4.55 | 4.1 | - |
| YUV | 48.04 | 130.8 | 97.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 69 | 53 | 0.93 | 0 | 0.23 | 0.73 | 165 | 0.86 | 0.15 |
| Hex | 5 | 45 | 35 | 5D | 0 | 17 | 49 | A5 | 56 | F |
| Octal | 5 | 105 | 65 | 135 | 0 | 27 | 111 | 245 | 126 | 17 |
| Binary | 101 | 1000101 | 110101 | 1011101 | 0 | 10111 | 1001001 | 10100101 | 1010110 | 1111 |
Color Harmonies of #054535
Complementary color
Monochromatic Colors of #054535
Black with #054535
Text Example
Text Example
White with #054535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054535; }
p { color: rgb(5,69,53); }
H1.HeaderClassName
{
color: #054535;
}
.AnyTagClassName
{
color: #054535;
}
</style>
background-color css
<style>
a { background-color: #054535; }
a { background-color: rgb(5,69,53); }
div.DivClassName
{
background-color: #054535;
}
.BgClassName
{
background-color: #054535;
}
</style>
border-color css
<style>
span { border-color: #054535; }
span { border-color: rgb(5,69,53); }
td.TdClassName
{
border-color: #054535;
}
.TagClassName
{
border-color: #054535;
}
</style>