Html Css Color HEX #053A32 Deep Teal

📋 copy color: '#053A32'

red 5 ◦ green 58 ◦ blue 50

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

Shades of Deep Teal #053A32

Tints of Deep Teal #053A32

RGB

 RED value IS 5 (2.34% from 255) = 4.42%

 GREEN value IS 58 (23.05% from 255) = 51.33%

 BLUE value IS 50 (19.92% from 255) = 44.25%

R = 4.42%
G = 51.33%
B = 44.25%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.14

 K value IS 0.77

RGB Variations

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

Color information

#053A32 (or 0x053A32) is known color: Deep Teal. HEX triplet: 05, 3A and 32. RGB value is (5,58,50). Sum of RGB (Red+Green+Blue) = 5+58+50=113 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.42% from 113); Green value is 58 (23.05% from 255 or 51.33% from 113); Blue value is 50 (19.92% from 255 or 44.25% from 113); Max value from RGB is 58 - color contains mainly: green. Hex color #053A32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053A32 is #FAC5CD. Grayscale: #292929. Windows color (decimal): -16434638 or 3291653. OLE color: 3291653.

HSL color Cylindrical-coordinate representation of color #053A32: hue angle of 170.94º 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 #053A32 is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.77.

Color convert

RGB 5 58 50 -
CMYK 0.91 0 0.14 0.77
HSL 170.94º 0.84% 0.12% -
HSV(B) 170.94º 0.91% 0.23% -
XYZ 2.15 3.29 3.54 -
YUV 41.24 132.94 102.15 -
System Red Green Blue C M Y K H S L
Decimal 5 58 50 0.91 0 0.14 0.77 170.94 0.84 0.12
Hex 5 3A 32 5B 0 E 4D AB 54 C
Octal 5 72 62 133 0 16 115 253 124 14
Binary 101 111010 110010 1011011 0 1110 1001101 10101011 1010100 1100

Color Harmonies of #053A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053A32

Black with #053A32

Text Example


Text Example

White with #053A32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #053A32;
 }
 .AnyTagClassName
 {
   color: #053A32;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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