Html Css Color HEX #057983 Teal

📋 copy color: '#057983'

red 5 ◦ green 121 ◦ blue 131

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

Shades of Teal #057983

Tints of Teal #057983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 50.97%

R = 1.95%
G = 47.08%
B = 50.97%

CMYK

 C value IS 0.96

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#057983 (or 0x057983) is known color: Teal. HEX triplet: 05, 79 and 83. RGB value is (5,121,131). Sum of RGB (Red+Green+Blue) = 5+121+131=257 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 257); Green value is 121 (47.66% from 255 or 47.08% from 257); Blue value is 131 (51.56% from 255 or 50.97% from 257); Max value from RGB is 131 - color contains mainly: blue. Hex color #057983 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057983 is #FA867C. Grayscale: #575757. Windows color (decimal): -16418429 or 8616197. OLE color: 8616197.

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

Color convert

RGB 5 121 131 -
CMYK 0.96 0.08 0 0.49
HSL 184.76º 0.93% 0.27% -
HSV(B) 184.76º 0.96% 0.51% -
XYZ 11 15.35 23.86 -
YUV 87.46 152.57 69.19 -
System Red Green Blue C M Y K H S L
Decimal 5 121 131 0.96 0.08 0 0.49 184.76 0.93 0.27
Hex 5 79 83 60 8 0 31 B9 5D 1B
Octal 5 171 203 140 10 0 61 271 135 33
Binary 101 1111001 10000011 1100000 1000 0 110001 10111001 1011101 11011

Color Harmonies of #057983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057983

Black with #057983

Text Example


Text Example

White with #057983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057983; }

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

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

background-color css

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

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

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

border-color css

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

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

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