#05533F

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

Shades of Deep Teal #05533F

Tints of Deep Teal #05533F

Color information

#05533F (or 0x05533F) is unknown color: approx Deep Teal. HEX triplet: 05, 53 and 3F. RGB value is (5,83,63). Sum of RGB (Red+Green+Blue) = 5+83+63=151 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.31% from 151); Green value is 83 (32.81% from 255 or 54.97% from 151); Blue value is 63 (25% from 255 or 41.72% from 151); Max value from RGB is 83 - color contains mainly: green. Hex color #05533F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05533F is #FAACC0. Grayscale: #393939. Windows color (decimal): -16428225 or 4150021. OLE color: 4150021.

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

Color convert

RGB58363-
CMYK0.9400.240.67
HSL164.62º88.64%17.25%-
HSV(B)164.62º93.98%32.55%-
XYZ4.056.585.76-
YUV57.4131.1690.63-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.31%
GREEN value IS 83 (32.81% from 255) = 54.97%
BLUE value IS 63 (25% from 255) = 41.72%
R=3.31%
G=54.97%
B=41.72%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal583630.9400.240.67164.6288.6417.25
Hex5533F5E01843a55911
Octal51237713603010324513121
Binary10110100111111111011110011000100001110100101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05533F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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