Html Css Color HEX #057987 Teal

📋 copy color: '#057987'

red 5 ◦ green 121 ◦ blue 135

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

Shades of Teal #057987

Tints of Teal #057987

RGB

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

 GREEN value IS 121 (47.66% from 255) = 46.36%

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

R = 1.92%
G = 46.36%
B = 51.72%

CMYK

 C value IS 0.96

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#057987 (or 0x057987) is known color: Teal. HEX triplet: 05, 79 and 87. RGB value is (5,121,135). Sum of RGB (Red+Green+Blue) = 5+121+135=261 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 261); Green value is 121 (47.66% from 255 or 46.36% from 261); Blue value is 135 (53.12% from 255 or 51.72% from 261); Max value from RGB is 135 - color contains mainly: blue. Hex color #057987 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057987 is #FA8678. Grayscale: #575757. Windows color (decimal): -16418425 or 8878341. OLE color: 8878341.

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

Color convert

RGB 5 121 135 -
CMYK 0.96 0.10 0 0.47
HSL 186.46º 0.93% 0.27% -
HSV(B) 186.46º 0.96% 0.53% -
XYZ 11.27 15.46 25.31 -
YUV 87.91 154.57 68.86 -
System Red Green Blue C M Y K H S L
Decimal 5 121 135 0.96 0.10 0 0.47 186.46 0.93 0.27
Hex 5 79 87 60 A 0 2F BA 5D 1B
Octal 5 171 207 140 12 0 57 272 135 33
Binary 101 1111001 10000111 1100000 1010 0 101111 10111010 1011101 11011

Color Harmonies of #057987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057987

Black with #057987

Text Example


Text Example

White with #057987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057987; }

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

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

background-color css

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

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

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

border-color css

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

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

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