Shades of Deep Teal #053B33
Tints of Deep Teal #053B33
RGB
CMYK
RGB Variations
Color information
#053B33 (or 0x053B33) is known color: Deep Teal. HEX triplet: 05, 3B and 33. RGB value is (5,59,51). Sum of RGB (Red+Green+Blue) = 5+59+51=115 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.35% from 115); Green value is 59 (23.44% from 255 or 51.30% from 115); Blue value is 51 (20.31% from 255 or 44.35% from 115); Max value from RGB is 59 - color contains mainly: green. Hex color #053B33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053B33 is #FAC4CC. Grayscale: #292929. Windows color (decimal): -16434381 or 3357445. OLE color: 3357445.
HSL color Cylindrical-coordinate representation of color #053B33: hue angle of 171.11º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053B33 is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 5 | 59 | 51 | - |
| CMYK | 0.92 | 0 | 0.14 | 0.77 |
| HSL | 171.11º | 0.84% | 0.13% | - |
| HSV(B) | 171.11º | 0.92% | 0.23% | - |
| XYZ | 2.22 | 3.4 | 3.67 | - |
| YUV | 41.94 | 133.11 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 59 | 51 | 0.92 | 0 | 0.14 | 0.77 | 171.11 | 0.84 | 0.13 |
| Hex | 5 | 3B | 33 | 5C | 0 | E | 4D | AB | 54 | D |
| Octal | 5 | 73 | 63 | 134 | 0 | 16 | 115 | 253 | 124 | 15 |
| Binary | 101 | 111011 | 110011 | 1011100 | 0 | 1110 | 1001101 | 10101011 | 1010100 | 1101 |
Color Harmonies of #053B33
Complementary color
Monochromatic Colors of #053B33
Black with #053B33
Text Example
Text Example
White with #053B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053B33; }
p { color: rgb(5,59,51); }
H1.HeaderClassName
{
color: #053B33;
}
.AnyTagClassName
{
color: #053B33;
}
</style>
background-color css
<style>
a { background-color: #053B33; }
a { background-color: rgb(5,59,51); }
div.DivClassName
{
background-color: #053B33;
}
.BgClassName
{
background-color: #053B33;
}
</style>
border-color css
<style>
span { border-color: #053B33; }
span { border-color: rgb(5,59,51); }
td.TdClassName
{
border-color: #053B33;
}
.TagClassName
{
border-color: #053B33;
}
</style>