#053732

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

Shades of Deep Teal #053732

Tints of Deep Teal #053732

Color information

#053732 (or 0x053732) is unknown color: approx Deep Teal. HEX triplet: 05, 37 and 32. RGB value is (5,55,50). Sum of RGB (Red+Green+Blue) = 5+55+50=110 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.55% from 110); Green value is 55 (21.88% from 255 or 50% from 110); Blue value is 50 (19.92% from 255 or 45.45% from 110); Max value from RGB is 55 - color contains mainly: green. Hex color #053732 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053732 is #FAC8CD. Grayscale: #272727. Windows color (decimal): -16435406 or 3290885. OLE color: 3290885.

HSL color Cylindrical-coordinate representation of color #053732: hue angle of 174º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053732 is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.78.

Color convert

RGB55550-
CMYK0.9100.090.78
HSL174º83.33%11.76%-
HSV(B)174º90.91%21.57%-
XYZ22.993.49-
YUV39.48133.94103.41-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.55%
GREEN value IS 55 (21.88% from 255) = 50%
BLUE value IS 50 (19.92% from 255) = 45.45%
R=4.55%
G=50%
B=45.45%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal555500.9100.090.7817483.3311.76
Hex537325B094Eae53c
Octal5676213301111625612314
Binary10111011111001010110110100110011101010111010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053732; }

 p { color: rgb(5,55,50); }

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

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

 a { background-color: rgb(5,55,50); }

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

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

 span { border-color: rgb(5,55,50); }

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