Html Css Color HEX #057788 Teal

📋 copy color: '#057788'

red 5 ◦ green 119 ◦ blue 136

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

Shades of Teal #057788

Tints of Teal #057788

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 52.31%

R = 1.92%
G = 45.77%
B = 52.31%

CMYK

 C value IS 0.96

 M value IS 0.12

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#057788 (or 0x057788) is known color: Teal. HEX triplet: 05, 77 and 88. RGB value is (5,119,136). Sum of RGB (Red+Green+Blue) = 5+119+136=260 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 260); Green value is 119 (46.88% from 255 or 45.77% from 260); Blue value is 136 (53.52% from 255 or 52.31% from 260); Max value from RGB is 136 - color contains mainly: blue. Hex color #057788 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057788 is #FA8877. Grayscale: #565656. Windows color (decimal): -16418936 or 8943365. OLE color: 8943365.

HSL color Cylindrical-coordinate representation of color #057788: hue angle of 187.79º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057788 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 5 119 136 -
CMYK 0.96 0.12 0 0.47
HSL 187.79º 0.93% 0.28% -
HSV(B) 187.79º 0.96% 0.53% -
XYZ 11.1 15 25.6 -
YUV 86.85 155.73 69.62 -
System Red Green Blue C M Y K H S L
Decimal 5 119 136 0.96 0.12 0 0.47 187.79 0.93 0.28
Hex 5 77 88 60 C 0 2F BC 5D 1C
Octal 5 167 210 140 14 0 57 274 135 34
Binary 101 1110111 10001000 1100000 1100 0 101111 10111100 1011101 11100

Color Harmonies of #057788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057788

Black with #057788

Text Example


Text Example

White with #057788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057788; }

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

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

background-color css

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

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

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

border-color css

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

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

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