#057689

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

Shades of Teal #057689

Tints of Teal #057689

Color information

#057689 (or 0x057689) is unknown color: approx Teal. HEX triplet: 05, 76 and 89. RGB value is (5,118,137). Sum of RGB (Red+Green+Blue) = 5+118+137=260 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 260); Green value is 118 (46.48% from 255 or 45.38% from 260); Blue value is 137 (53.91% from 255 or 52.69% from 260); Max value from RGB is 137 - color contains mainly: blue. Hex color #057689 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057689 is #FA8976. Grayscale: #565656. Windows color (decimal): -16419191 or 9008645. OLE color: 9008645.

HSL color Cylindrical-coordinate representation of color #057689: hue angle of 188.64º 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 #057689 is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5118137-
CMYK0.960.1400.46
HSL188.64º92.96%27.84%-
HSV(B)188.64º96.35%53.73%-
XYZ11.0614.825.94-
YUV86.38156.5669.96-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.92%
GREEN value IS 118 (46.48% from 255) = 45.38%
BLUE value IS 137 (53.91% from 255) = 52.69%
R=1.92%
G=45.38%
B=52.69%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal51181370.960.1400.46188.6492.9627.84
Hex5768960E02Ebd5d1c
Octal51662111401605627513534
Binary10111101101000100111000001110010111010111101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057689; }

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

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

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

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

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

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

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

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