#05543F

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

Shades of Deep Teal #05543F

Tints of Deep Teal #05543F

Color information

#05543F (or 0x05543F) is unknown color: approx Deep Teal. HEX triplet: 05, 54 and 3F. RGB value is (5,84,63). Sum of RGB (Red+Green+Blue) = 5+84+63=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 84 (33.20% from 255 or 55.26% from 152); Blue value is 63 (25% from 255 or 41.45% from 152); Max value from RGB is 84 - color contains mainly: green. Hex color #05543F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05543F is #FAABC0. Grayscale: #393939. Windows color (decimal): -16427969 or 4150277. OLE color: 4150277.

HSL color Cylindrical-coordinate representation of color #05543F: hue angle of 164.05º 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 #05543F is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB58463-
CMYK0.9400.250.67
HSL164.05º88.76%17.45%-
HSV(B)164.05º94.05%32.94%-
XYZ4.136.735.78-
YUV57.98130.8390.21-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.29%
GREEN value IS 84 (33.20% from 255) = 55.26%
BLUE value IS 63 (25% from 255) = 41.45%
R=3.29%
G=55.26%
B=41.45%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal584630.9400.250.67164.0588.7617.45
Hex5543F5E01943a45911
Octal51247713603110324413121
Binary10110101001111111011110011001100001110100100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05543F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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