#057784

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

Shades of Teal #057784

Tints of Teal #057784

Color information

#057784 (or 0x057784) is unknown color: approx Teal. HEX triplet: 05, 77 and 84. RGB value is (5,119,132). Sum of RGB (Red+Green+Blue) = 5+119+132=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 119 (46.88% from 255 or 46.48% from 256); Blue value is 132 (51.95% from 255 or 51.56% from 256); Max value from RGB is 132 - color contains mainly: blue. Hex color #057784 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057784 is #FA887B. Grayscale: #565656. Windows color (decimal): -16418940 or 8681221. OLE color: 8681221.

HSL color Cylindrical-coordinate representation of color #057784: hue angle of 186.14º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057784 is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5119132-
CMYK0.960.1000.48
HSL186.14º92.7%26.86%-
HSV(B)186.14º96.21%51.76%-
XYZ10.8214.8924.13-
YUV86.4153.7369.94-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.95%
GREEN value IS 119 (46.88% from 255) = 46.48%
BLUE value IS 132 (51.95% from 255) = 51.56%
R=1.95%
G=46.48%
B=51.56%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51191320.960.1000.48186.1492.726.86
Hex5778460A030ba5d1b
Octal51672041401206027213533
Binary10111101111000010011000001010011000010111010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057784; }

 p { color: rgb(5,119,132); }

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

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

 a { background-color: rgb(5,119,132); }

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

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

 span { border-color: rgb(5,119,132); }

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