#054539

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

Shades of Deep Teal #054539

Tints of Deep Teal #054539

Color information

#054539 (or 0x054539) is unknown color: approx Deep Teal. HEX triplet: 05, 45 and 39. RGB value is (5,69,57). Sum of RGB (Red+Green+Blue) = 5+69+57=131 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.82% from 131); Green value is 69 (27.34% from 255 or 52.67% from 131); Blue value is 57 (22.66% from 255 or 43.51% from 131); Max value from RGB is 69 - color contains mainly: green. Hex color #054539 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054539 is #FABAC6. Grayscale: #303030. Windows color (decimal): -16431815 or 3753221. OLE color: 3753221.

HSL color Cylindrical-coordinate representation of color #054539: hue angle of 168.75º 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 #054539 is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.73.

Color convert

RGB56957-
CMYK0.9300.170.73
HSL168.75º86.49%14.51%-
HSV(B)168.75º92.75%27.06%-
XYZ2.934.584.6-
YUV48.5132.896.98-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.82%
GREEN value IS 69 (27.34% from 255) = 52.67%
BLUE value IS 57 (22.66% from 255) = 43.51%
R=3.82%
G=52.67%
B=43.51%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal569570.9300.170.73168.7586.4914.51
Hex545395D01149a956f
Octal51057113502111125112617
Binary1011000101111001101110101000110010011010100110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054539; }

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

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

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

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

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

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

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

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