Html Css Color HEX #057685 Teal

📋 copy color: '#057685'

red 5 ◦ green 118 ◦ blue 133

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

Shades of Teal #057685

Tints of Teal #057685

RGB

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

 GREEN value IS 118 (46.48% from 255) = 46.09%

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

R = 1.95%
G = 46.09%
B = 51.95%

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

#057685 (or 0x057685) is known color: Teal. HEX triplet: 05, 76 and 85. RGB value is (5,118,133). Sum of RGB (Red+Green+Blue) = 5+118+133=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 118 (46.48% from 255 or 46.09% from 256); Blue value is 133 (52.34% from 255 or 51.95% from 256); Max value from RGB is 133 - color contains mainly: blue. Hex color #057685 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057685 is #FA897A. Grayscale: #555555. Windows color (decimal): -16419195 or 8746501. OLE color: 8746501.

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

Color convert

RGB 5 118 133 -
CMYK 0.96 0.11 0 0.48
HSL 187.03º 0.93% 0.27% -
HSV(B) 187.03º 0.96% 0.52% -
XYZ 10.77 14.68 24.46 -
YUV 85.92 154.56 70.28 -
System Red Green Blue C M Y K H S L
Decimal 5 118 133 0.96 0.11 0 0.48 187.03 0.93 0.27
Hex 5 76 85 60 B 0 30 BB 5D 1B
Octal 5 166 205 140 13 0 60 273 135 33
Binary 101 1110110 10000101 1100000 1011 0 110000 10111011 1011101 11011

Color Harmonies of #057685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057685

Black with #057685

Text Example


Text Example

White with #057685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057685; }

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

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

background-color css

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

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

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

border-color css

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

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

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