#057989

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

Shades of Teal #057989

Tints of Teal #057989

Color information

#057989 (or 0x057989) is unknown color: approx Teal. HEX triplet: 05, 79 and 89. RGB value is (5,121,137). Sum of RGB (Red+Green+Blue) = 5+121+137=263 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.90% from 263); Green value is 121 (47.66% from 255 or 46.01% from 263); Blue value is 137 (53.91% from 255 or 52.09% from 263); Max value from RGB is 137 - color contains mainly: blue. Hex color #057989 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057989 is #FA8676. Grayscale: #575757. Windows color (decimal): -16418423 or 9009413. OLE color: 9009413.

HSL color Cylindrical-coordinate representation of color #057989: hue angle of 187.27º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057989 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5121137-
CMYK0.960.1200.46
HSL187.27º92.96%27.84%-
HSV(B)187.27º96.35%53.73%-
XYZ11.4215.5126.06-
YUV88.14155.5768.7-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.90%
GREEN value IS 121 (47.66% from 255) = 46.01%
BLUE value IS 137 (53.91% from 255) = 52.09%
R=1.90%
G=46.01%
B=52.09%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal51211370.960.1200.46187.2792.9627.84
Hex5798960C02Ebb5d1c
Octal51712111401405627313534
Binary10111110011000100111000001100010111010111011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057989; }

 p { color: rgb(5,121,137); }

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

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

 a { background-color: rgb(5,121,137); }

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

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

 span { border-color: rgb(5,121,137); }

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