Html Css Color HEX #057383 Teal

📋 copy color: '#057383'

red 5 ◦ green 115 ◦ blue 131

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

Shades of Teal #057383

Tints of Teal #057383

RGB

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

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

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

R = 1.99%
G = 45.82%
B = 52.19%

CMYK

 C value IS 0.96

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#057383 (or 0x057383) is known color: Teal. HEX triplet: 05, 73 and 83. RGB value is (5,115,131). Sum of RGB (Red+Green+Blue) = 5+115+131=251 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.99% from 251); Green value is 115 (45.31% from 255 or 45.82% from 251); Blue value is 131 (51.56% from 255 or 52.19% from 251); Max value from RGB is 131 - color contains mainly: blue. Hex color #057383 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057383 is #FA8C7C. Grayscale: #535353. Windows color (decimal): -16419965 or 8614661. OLE color: 8614661.

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

Color convert

RGB 5 115 131 -
CMYK 0.96 0.12 0 0.49
HSL 187.62º 0.93% 0.27% -
HSV(B) 187.62º 0.96% 0.51% -
XYZ 10.29 13.93 23.62 -
YUV 83.93 154.56 71.7 -
System Red Green Blue C M Y K H S L
Decimal 5 115 131 0.96 0.12 0 0.49 187.62 0.93 0.27
Hex 5 73 83 60 C 0 31 BC 5D 1B
Octal 5 163 203 140 14 0 61 274 135 33
Binary 101 1110011 10000011 1100000 1100 0 110001 10111100 1011101 11011

Color Harmonies of #057383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057383

Black with #057383

Text Example


Text Example

White with #057383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057383; }

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

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

background-color css

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

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

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

border-color css

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

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

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