Html Css Color HEX #057389 Teal

📋 copy color: '#057389'

red 5 ◦ green 115 ◦ blue 137

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

Shades of Teal #057389

Tints of Teal #057389

RGB

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

 GREEN value IS 115 (45.31% from 255) = 44.75%

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

R = 1.95%
G = 44.75%
B = 53.31%

CMYK

 C value IS 0.96

 M value IS 0.16

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#057389 (or 0x057389) is known color: Teal. HEX triplet: 05, 73 and 89. RGB value is (5,115,137). Sum of RGB (Red+Green+Blue) = 5+115+137=257 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 257); Green value is 115 (45.31% from 255 or 44.75% from 257); Blue value is 137 (53.91% from 255 or 53.31% from 257); Max value from RGB is 137 - color contains mainly: blue. Hex color #057389 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057389 is #FA8C76. Grayscale: #545454. Windows color (decimal): -16419959 or 9007877. OLE color: 9007877.

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

Color convert

RGB 5 115 137 -
CMYK 0.96 0.16 0 0.46
HSL 190º 0.93% 0.28% -
HSV(B) 190º 0.96% 0.54% -
XYZ 10.71 14.1 25.82 -
YUV 84.62 157.56 71.21 -
System Red Green Blue C M Y K H S L
Decimal 5 115 137 0.96 0.16 0 0.46 190 0.93 0.28
Hex 5 73 89 60 10 0 2E BE 5D 1C
Octal 5 163 211 140 20 0 56 276 135 34
Binary 101 1110011 10001001 1100000 10000 0 101110 10111110 1011101 11100

Color Harmonies of #057389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057389

Black with #057389

Text Example


Text Example

White with #057389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057389; }

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

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

background-color css

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

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

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

border-color css

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

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

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