Html Css Color HEX #053A33 Deep Teal

📋 copy color: '#053A33'

red 5 ◦ green 58 ◦ blue 51

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

Shades of Deep Teal #053A33

Tints of Deep Teal #053A33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 44.74%

R = 4.39%
G = 50.88%
B = 44.74%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.12

 K value IS 0.77

RGB Variations

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

Color information

#053A33 (or 0x053A33) is known color: Deep Teal. HEX triplet: 05, 3A and 33. RGB value is (5,58,51). Sum of RGB (Red+Green+Blue) = 5+58+51=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 58 (23.05% from 255 or 50.88% from 114); Blue value is 51 (20.31% from 255 or 44.74% from 114); Max value from RGB is 58 - color contains mainly: green. Hex color #053A33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053A33 is #FAC5CC. Grayscale: #292929. Windows color (decimal): -16434637 or 3357189. OLE color: 3357189.

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

Color convert

RGB 5 58 51 -
CMYK 0.91 0 0.12 0.77
HSL 172.08º 0.84% 0.12% -
HSV(B) 172.08º 0.91% 0.23% -
XYZ 2.17 3.3 3.65 -
YUV 41.36 133.44 102.07 -
System Red Green Blue C M Y K H S L
Decimal 5 58 51 0.91 0 0.12 0.77 172.08 0.84 0.12
Hex 5 3A 33 5B 0 C 4D AC 54 C
Octal 5 72 63 133 0 14 115 254 124 14
Binary 101 111010 110011 1011011 0 1100 1001101 10101100 1010100 1100

Color Harmonies of #053A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053A33

Black with #053A33

Text Example


Text Example

White with #053A33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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