Html Css Color HEX #057683 Teal

📋 copy color: '#057683'

red 5 ◦ green 118 ◦ blue 131

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

Shades of Teal #057683

Tints of Teal #057683

RGB

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

 GREEN value IS 118 (46.48% from 255) = 46.46%

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

R = 1.97%
G = 46.46%
B = 51.57%

CMYK

 C value IS 0.96

 M value IS 0.10

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#057683 (or 0x057683) is known color: Teal. HEX triplet: 05, 76 and 83. RGB value is (5,118,131). Sum of RGB (Red+Green+Blue) = 5+118+131=254 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.97% from 254); Green value is 118 (46.48% from 255 or 46.46% from 254); Blue value is 131 (51.56% from 255 or 51.57% from 254); Max value from RGB is 131 - color contains mainly: blue. Hex color #057683 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057683 is #FA897C. Grayscale: #555555. Windows color (decimal): -16419197 or 8615429. OLE color: 8615429.

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

Color convert

RGB 5 118 131 -
CMYK 0.96 0.10 0 0.49
HSL 186.19º 0.93% 0.27% -
HSV(B) 186.19º 0.96% 0.51% -
XYZ 10.64 14.63 23.74 -
YUV 85.7 153.56 70.44 -
System Red Green Blue C M Y K H S L
Decimal 5 118 131 0.96 0.10 0 0.49 186.19 0.93 0.27
Hex 5 76 83 60 A 0 31 BA 5D 1B
Octal 5 166 203 140 12 0 61 272 135 33
Binary 101 1110110 10000011 1100000 1010 0 110001 10111010 1011101 11011

Color Harmonies of #057683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057683

Black with #057683

Text Example


Text Example

White with #057683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057683; }

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

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

background-color css

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

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

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

border-color css

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

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

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