Html Css Color HEX #057889 Teal

📋 copy color: '#057889'

red 5 ◦ green 120 ◦ blue 137

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

Shades of Teal #057889

Tints of Teal #057889

RGB

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

 GREEN value IS 120 (47.27% from 255) = 45.8%

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

R = 1.91%
G = 45.8%
B = 52.29%

CMYK

 C value IS 0.96

 M value IS 0.12

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#057889 (or 0x057889) is known color: Teal. HEX triplet: 05, 78 and 89. RGB value is (5,120,137). Sum of RGB (Red+Green+Blue) = 5+120+137=262 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.91% from 262); Green value is 120 (47.27% from 255 or 45.80% from 262); Blue value is 137 (53.91% from 255 or 52.29% from 262); Max value from RGB is 137 - color contains mainly: blue. Hex color #057889 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057889 is #FA8776. Grayscale: #575757. Windows color (decimal): -16418679 or 9009157. OLE color: 9009157.

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

Color convert

RGB 5 120 137 -
CMYK 0.96 0.12 0 0.46
HSL 187.73º 0.93% 0.28% -
HSV(B) 187.73º 0.96% 0.54% -
XYZ 11.29 15.27 26.02 -
YUV 87.55 155.9 69.12 -
System Red Green Blue C M Y K H S L
Decimal 5 120 137 0.96 0.12 0 0.46 187.73 0.93 0.28
Hex 5 78 89 60 C 0 2E BC 5D 1C
Octal 5 170 211 140 14 0 56 274 135 34
Binary 101 1111000 10001001 1100000 1100 0 101110 10111100 1011101 11100

Color Harmonies of #057889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057889

Black with #057889

Text Example


Text Example

White with #057889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057889; }

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

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

background-color css

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

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

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

border-color css

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

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

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