Html Css Color HEX #057785 Teal

📋 copy color: '#057785'

red 5 ◦ green 119 ◦ blue 133

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

Shades of Teal #057785

Tints of Teal #057785

RGB

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

 GREEN value IS 119 (46.88% from 255) = 46.3%

 BLUE value IS 133 (52.34% from 255) = 51.75%

R = 1.95%
G = 46.3%
B = 51.75%

CMYK

 C value IS 0.96

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#057785 (or 0x057785) is known color: Teal. HEX triplet: 05, 77 and 85. RGB value is (5,119,133). Sum of RGB (Red+Green+Blue) = 5+119+133=257 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 257); Green value is 119 (46.88% from 255 or 46.30% from 257); Blue value is 133 (52.34% from 255 or 51.75% from 257); Max value from RGB is 133 - color contains mainly: blue. Hex color #057785 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057785 is #FA887A. Grayscale: #565656. Windows color (decimal): -16418939 or 8746757. OLE color: 8746757.

HSL color Cylindrical-coordinate representation of color #057785: hue angle of 186.56º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057785 is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 5 119 133 -
CMYK 0.96 0.11 0 0.48
HSL 186.56º 0.93% 0.27% -
HSV(B) 186.56º 0.96% 0.52% -
XYZ 10.89 14.92 24.5 -
YUV 86.51 154.23 69.86 -
System Red Green Blue C M Y K H S L
Decimal 5 119 133 0.96 0.11 0 0.48 186.56 0.93 0.27
Hex 5 77 85 60 B 0 30 BB 5D 1B
Octal 5 167 205 140 13 0 60 273 135 33
Binary 101 1110111 10000101 1100000 1011 0 110000 10111011 1011101 11011

Color Harmonies of #057785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057785

Black with #057785

Text Example


Text Example

White with #057785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057785; }

 p { color: rgb(5,119,133); }

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

background-color css

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

 a { background-color: rgb(5,119,133); }

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

border-color css

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

 span { border-color: rgb(5,119,133); }

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