#054536

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

Shades of Deep Teal #054536

Tints of Deep Teal #054536

Color information

#054536 (or 0x054536) is unknown color: approx Deep Teal. HEX triplet: 05, 45 and 36. RGB value is (5,69,54). Sum of RGB (Red+Green+Blue) = 5+69+54=128 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.91% from 128); Green value is 69 (27.34% from 255 or 53.91% from 128); Blue value is 54 (21.48% from 255 or 42.19% from 128); Max value from RGB is 69 - color contains mainly: green. Hex color #054536 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054536 is #FABAC9. Grayscale: #303030. Windows color (decimal): -16431818 or 3556613. OLE color: 3556613.

HSL color Cylindrical-coordinate representation of color #054536: hue angle of 165.94º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054536 is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.73.

Color convert

RGB56954-
CMYK0.9300.220.73
HSL165.94º86.49%14.51%-
HSV(B)165.94º92.75%27.06%-
XYZ2.864.554.22-
YUV48.15131.397.22-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.91%
GREEN value IS 69 (27.34% from 255) = 53.91%
BLUE value IS 54 (21.48% from 255) = 42.19%
R=3.91%
G=53.91%
B=42.19%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal569540.9300.220.73165.9486.4914.51
Hex545365D01649a656f
Octal51056613502611124612617
Binary1011000101110110101110101011010010011010011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054536; }

 p { color: rgb(5,69,54); }

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

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

 a { background-color: rgb(5,69,54); }

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

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

 span { border-color: rgb(5,69,54); }

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