#057880

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

Shades of Teal #057880

Tints of Teal #057880

Color information

#057880 (or 0x057880) is unknown color: approx Teal. HEX triplet: 05, 78 and 80. RGB value is (5,120,128). Sum of RGB (Red+Green+Blue) = 5+120+128=253 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 253); Green value is 120 (47.27% from 255 or 47.43% from 253); Blue value is 128 (50.39% from 255 or 50.59% from 253); Max value from RGB is 128 - color contains mainly: blue. Hex color #057880 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057880 is #FA877F. Grayscale: #565656. Windows color (decimal): -16418688 or 8419333. OLE color: 8419333.

HSL color Cylindrical-coordinate representation of color #057880: hue angle of 183.9º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057880 is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5120128-
CMYK0.960.0600.50
HSL183.9º92.48%26.08%-
HSV(B)183.9º96.09%50.2%-
XYZ10.6815.0222.76-
YUV86.53151.469.85-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.98%
GREEN value IS 120 (47.27% from 255) = 47.43%
BLUE value IS 128 (50.39% from 255) = 50.59%
R=1.98%
G=47.43%
B=50.59%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal51201280.960.0600.50183.992.4826.08
Hex57880606032b85c1a
Octal5170200140606227013432
Binary1011111000100000001100000110011001010111000101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057880; }

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

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

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

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

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

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

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

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