Html Css Color HEX #05493B Deep Teal

📋 copy color: '#05493B'

red 5 ◦ green 73 ◦ blue 59

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

Shades of Deep Teal #05493B

Tints of Deep Teal #05493B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 53.28%

 BLUE value IS 59 (23.44% from 255) = 43.07%

R = 3.65%
G = 53.28%
B = 43.07%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.19

 K value IS 0.71

RGB Variations

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

Color information

#05493B (or 0x05493B) is known color: Deep Teal. HEX triplet: 05, 49 and 3B. RGB value is (5,73,59). Sum of RGB (Red+Green+Blue) = 5+73+59=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 73 (28.91% from 255 or 53.28% from 137); Blue value is 59 (23.44% from 255 or 43.07% from 137); Max value from RGB is 73 - color contains mainly: green. Hex color #05493B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05493B is #FAB6C4. Grayscale: #333333. Windows color (decimal): -16430789 or 3885317. OLE color: 3885317.

HSL color Cylindrical-coordinate representation of color #05493B: hue angle of 167.65º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05493B is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB 5 73 59 -
CMYK 0.93 0 0.19 0.71
HSL 167.65º 0.87% 0.15% -
HSV(B) 167.65º 0.93% 0.29% -
XYZ 3.23 5.11 4.95 -
YUV 51.07 132.47 95.14 -
System Red Green Blue C M Y K H S L
Decimal 5 73 59 0.93 0 0.19 0.71 167.65 0.87 0.15
Hex 5 49 3B 5D 0 13 47 A8 57 F
Octal 5 111 73 135 0 23 107 250 127 17
Binary 101 1001001 111011 1011101 0 10011 1000111 10101000 1010111 1111

Color Harmonies of #05493B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05493B

Black with #05493B

Text Example


Text Example

White with #05493B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05493B; }

 p { color: rgb(5,73,59); }

 H1.HeaderClassName
 {
   color: #05493B;
 }
 .AnyTagClassName
 {
   color: #05493B;
 }
</style>

background-color css

<style>
 a { background-color: #05493B; }

 a { background-color: rgb(5,73,59); }

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

border-color css

<style>
 span { border-color: #05493B; }

 span { border-color: rgb(5,73,59); }

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