Html Css Color HEX #057689 Teal

📋 copy color: '#057689'

red 5 ◦ green 118 ◦ blue 137

#057689
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal #057689

Tints of Teal #057689

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 value IS 0.96

 M value IS 0.14

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#057689 (or 0x057689) is known color: 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

RGB 5 118 137 -
CMYK 0.96 0.14 0 0.46
HSL 188.64º 0.93% 0.28% -
HSV(B) 188.64º 0.96% 0.54% -
XYZ 11.06 14.8 25.94 -
YUV 86.38 156.56 69.96 -
System Red Green Blue C M Y K H S L
Decimal 5 118 137 0.96 0.14 0 0.46 188.64 0.93 0.28
Hex 5 76 89 60 E 0 2E BD 5D 1C
Octal 5 166 211 140 16 0 56 275 135 34
Binary 101 1110110 10001001 1100000 1110 0 101110 10111101 1011101 11100

Color Harmonies of #057689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057689

Black with #057689

Text Example


Text Example

White with #057689

Text Example


Text Example

HTML Codes & Css Web 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>