Html Css Color HEX #053A31 Deep Teal

📋 copy color: '#053A31'

red 5 ◦ green 58 ◦ blue 49

#053A31
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Teal #053A31

Tints of Deep Teal #053A31

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 value IS 0.91

 M value IS 0

 Y value IS 0.16

 K value IS 0.77

RGB Variations

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

Color information

#053A31 (or 0x053A31) is known color: 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

RGB 5 58 49 -
CMYK 0.91 0 0.16 0.77
HSL 169.81º 0.84% 0.12% -
HSV(B) 169.81º 0.91% 0.23% -
XYZ 2.13 3.28 3.43 -
YUV 41.13 132.44 102.23 -
System Red Green Blue C M Y K H S L
Decimal 5 58 49 0.91 0 0.16 0.77 169.81 0.84 0.12
Hex 5 3A 31 5B 0 10 4D AA 54 C
Octal 5 72 61 133 0 20 115 252 124 14
Binary 101 111010 110001 1011011 0 10000 1001101 10101010 1010100 1100

Color Harmonies of #053A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053A31

Black with #053A31

Text Example


Text Example

White with #053A31

Text Example


Text Example

HTML Codes & Css Web 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>