#057886

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

Shades of Teal #057886

Tints of Teal #057886

Color information

#057886 (or 0x057886) is unknown color: approx Teal. HEX triplet: 05, 78 and 86. RGB value is (5,120,134). Sum of RGB (Red+Green+Blue) = 5+120+134=259 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.93% from 259); Green value is 120 (47.27% from 255 or 46.33% from 259); Blue value is 134 (52.73% from 255 or 51.74% from 259); Max value from RGB is 134 - color contains mainly: blue. Hex color #057886 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057886 is #FA8779. Grayscale: #575757. Windows color (decimal): -16418682 or 8812549. OLE color: 8812549.

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

Color convert

RGB5120134-
CMYK0.960.1000.47
HSL186.51º92.81%27.25%-
HSV(B)186.51º96.27%52.55%-
XYZ11.0815.1924.9-
YUV87.21154.469.36-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.93%
GREEN value IS 120 (47.27% from 255) = 46.33%
BLUE value IS 134 (52.73% from 255) = 51.74%
R=1.93%
G=46.33%
B=51.74%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51201340.960.1000.47186.5192.8127.25
Hex5788660A02Fbb5d1b
Octal51702061401205727313533
Binary10111110001000011011000001010010111110111011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057886; }

 p { color: rgb(5,120,134); }

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

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

 a { background-color: rgb(5,120,134); }

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

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

 span { border-color: rgb(5,120,134); }

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