#05543E

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

Shades of Deep Teal #05543E

Tints of Deep Teal #05543E

Color information

#05543E (or 0x05543E) is unknown color: approx Deep Teal. HEX triplet: 05, 54 and 3E. RGB value is (5,84,62). Sum of RGB (Red+Green+Blue) = 5+84+62=151 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.31% from 151); Green value is 84 (33.20% from 255 or 55.63% from 151); Blue value is 62 (24.61% from 255 or 41.06% from 151); Max value from RGB is 84 - color contains mainly: green. Hex color #05543E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05543E is #FAABC1. Grayscale: #393939. Windows color (decimal): -16427970 or 4084741. OLE color: 4084741.

HSL color Cylindrical-coordinate representation of color #05543E: hue angle of 163.29º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05543E is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB58462-
CMYK0.9400.260.67
HSL163.29º88.76%17.45%-
HSV(B)163.29º94.05%32.94%-
XYZ4.16.725.64-
YUV57.87130.3390.29-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.31%
GREEN value IS 84 (33.20% from 255) = 55.63%
BLUE value IS 62 (24.61% from 255) = 41.06%
R=3.31%
G=55.63%
B=41.06%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal584620.9400.260.67163.2988.7617.45
Hex5543E5E01A43a35911
Octal51247613603210324313121
Binary10110101001111101011110011010100001110100011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05543E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05543E; }

 p { color: rgb(5,84,62); }

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

<style>
 a { background-color: #05543E; }

 a { background-color: rgb(5,84,62); }

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

<style>
 span { border-color: #05543E; }

 span { border-color: rgb(5,84,62); }

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