Html Css Color HEX #057589 Teal

📋 copy color: '#057589'

red 5 ◦ green 117 ◦ blue 137

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

Shades of Teal #057589

Tints of Teal #057589

RGB

 RED value IS 5 (2.34% from 255) = 1.93%

 GREEN value IS 117 (46.09% from 255) = 45.17%

 BLUE value IS 137 (53.91% from 255) = 52.9%

R = 1.93%
G = 45.17%
B = 52.9%

CMYK

 C value IS 0.96

 M value IS 0.15

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#057589 (or 0x057589) is known color: Teal. HEX triplet: 05, 75 and 89. RGB value is (5,117,137). Sum of RGB (Red+Green+Blue) = 5+117+137=259 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.93% from 259); Green value is 117 (46.09% from 255 or 45.17% from 259); Blue value is 137 (53.91% from 255 or 52.90% from 259); Max value from RGB is 137 - color contains mainly: blue. Hex color #057589 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057589 is #FA8A76. Grayscale: #555555. Windows color (decimal): -16419447 or 9008389. OLE color: 9008389.

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

Color convert

RGB 5 117 137 -
CMYK 0.96 0.15 0 0.46
HSL 189.09º 0.93% 0.28% -
HSV(B) 189.09º 0.96% 0.54% -
XYZ 10.94 14.56 25.9 -
YUV 85.79 156.89 70.37 -
System Red Green Blue C M Y K H S L
Decimal 5 117 137 0.96 0.15 0 0.46 189.09 0.93 0.28
Hex 5 75 89 60 F 0 2E BD 5D 1C
Octal 5 165 211 140 17 0 56 275 135 34
Binary 101 1110101 10001001 1100000 1111 0 101110 10111101 1011101 11100

Color Harmonies of #057589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057589

Black with #057589

Text Example


Text Example

White with #057589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057589; }

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

 H1.HeaderClassName
 {
   color: #057589;
 }
 .AnyTagClassName
 {
   color: #057589;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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