#053A31

Color #053A31 Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #053A31

Tints of Deep Teal #053A31

Color information

#053A31 (or 0x053A31) is unknown color: approx Deep Teal. HEX triplet: 05, 3A and 31. RGB value is (5,58,49). Sum of RGB (Red+Green+Blue) = 5+58+49=112 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.46% from 112); Green value is 58 (23.05% from 255 or 51.79% from 112); Blue value is 49 (19.53% from 255 or 43.75% from 112); Max value from RGB is 58 - color contains mainly: green. Hex color #053A31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053A31 is #FAC5CE. Grayscale: #292929. Windows color (decimal): -16434639 or 3226117. OLE color: 3226117.

HSL color Cylindrical-coordinate representation of color #053A31: hue angle of 169.81º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053A31 is Cyan = 0.91, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.77.

Color convert

RGB55849-
CMYK0.9100.160.77
HSL169.81º84.13%12.35%-
HSV(B)169.81º91.38%22.75%-
XYZ2.133.283.43-
YUV41.13132.44102.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 4.46%
GREEN value IS 58 (23.05% from 255) = 51.79%
BLUE value IS 49 (19.53% from 255) = 43.75%
R=4.46%
G=51.79%
B=43.75%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal558490.9100.160.77169.8184.1312.35
Hex53A315B0104Daa54c
Octal5726113302011525212414
Binary101111010110001101101101000010011011010101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053A31; }

 p { color: rgb(5,58,49); }

 H1.HeaderClassName
 {
   color: #053A31;
 }
 .AnyTagClassName
 {
   color: #053A31;
 }
</style>
background-color css

<style>
 a { background-color: #053A31; }

 a { background-color: rgb(5,58,49); }

 div.DivClassName
 {
   background-color: #053A31;
 }
 .BgClassName
 {
   background-color: #053A31;
 }
</style>
border-color css

<style>
 span { border-color: #053A31; }

 span { border-color: rgb(5,58,49); }

 td.TdClassName
 {
   border-color: #053A31;
 }
 .TagClassName
 {
   border-color: #053A31;
 }
</style>