Html Css Color HEX #057387 Teal

📋 copy color: '#057387'

red 5 ◦ green 115 ◦ blue 135

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

Shades of Teal #057387

Tints of Teal #057387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 52.94%

R = 1.96%
G = 45.1%
B = 52.94%

CMYK

 C value IS 0.96

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#057387 (or 0x057387) is known color: Teal. HEX triplet: 05, 73 and 87. RGB value is (5,115,135). Sum of RGB (Red+Green+Blue) = 5+115+135=255 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.96% from 255); Green value is 115 (45.31% from 255 or 45.10% from 255); Blue value is 135 (53.12% from 255 or 52.94% from 255); Max value from RGB is 135 - color contains mainly: blue. Hex color #057387 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057387 is #FA8C78. Grayscale: #545454. Windows color (decimal): -16419961 or 8876805. OLE color: 8876805.

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

Color convert

RGB 5 115 135 -
CMYK 0.96 0.15 0 0.47
HSL 189.23º 0.93% 0.27% -
HSV(B) 189.23º 0.96% 0.53% -
XYZ 10.57 14.04 25.08 -
YUV 84.39 156.56 71.37 -
System Red Green Blue C M Y K H S L
Decimal 5 115 135 0.96 0.15 0 0.47 189.23 0.93 0.27
Hex 5 73 87 60 F 0 2F BD 5D 1B
Octal 5 163 207 140 17 0 57 275 135 33
Binary 101 1110011 10000111 1100000 1111 0 101111 10111101 1011101 11011

Color Harmonies of #057387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057387

Black with #057387

Text Example


Text Example

White with #057387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057387; }

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

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

background-color css

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

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

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

border-color css

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

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

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