Html Css Color HEX #057C87 Teal

📋 copy color: '#057C87'

red 5 ◦ green 124 ◦ blue 135

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

Shades of Teal #057C87

Tints of Teal #057C87

RGB

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

 GREEN value IS 124 (48.83% from 255) = 46.97%

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

R = 1.89%
G = 46.97%
B = 51.14%

CMYK

 C value IS 0.96

 M value IS 0.08

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#057C87 (or 0x057C87) is known color: Teal. HEX triplet: 05, 7C and 87. RGB value is (5,124,135). Sum of RGB (Red+Green+Blue) = 5+124+135=264 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 264); Green value is 124 (48.83% from 255 or 46.97% from 264); Blue value is 135 (53.12% from 255 or 51.14% from 264); Max value from RGB is 135 - color contains mainly: blue. Hex color #057C87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057C87 is #FA8378. Grayscale: #595959. Windows color (decimal): -16417657 or 8879109. OLE color: 8879109.

HSL color Cylindrical-coordinate representation of color #057C87: hue angle of 185.08º 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 #057C87 is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 5 124 135 -
CMYK 0.96 0.08 0 0.47
HSL 185.08º 0.93% 0.27% -
HSV(B) 185.08º 0.96% 0.53% -
XYZ 11.64 16.2 25.43 -
YUV 89.67 153.58 67.61 -
System Red Green Blue C M Y K H S L
Decimal 5 124 135 0.96 0.08 0 0.47 185.08 0.93 0.27
Hex 5 7C 87 60 8 0 2F B9 5D 1B
Octal 5 174 207 140 10 0 57 271 135 33
Binary 101 1111100 10000111 1100000 1000 0 101111 10111001 1011101 11011

Color Harmonies of #057C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057C87

Black with #057C87

Text Example


Text Example

White with #057C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057C87; }

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

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

background-color css

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

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

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

border-color css

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

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

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