Html Css Color HEX #057386 Teal

📋 copy color: '#057386'

red 5 ◦ green 115 ◦ blue 134

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

Shades of Teal #057386

Tints of Teal #057386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 52.76%

R = 1.97%
G = 45.28%
B = 52.76%

CMYK

 C value IS 0.96

 M value IS 0.14

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#057386 (or 0x057386) is known color: Teal. HEX triplet: 05, 73 and 86. RGB value is (5,115,134). Sum of RGB (Red+Green+Blue) = 5+115+134=254 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.97% from 254); Green value is 115 (45.31% from 255 or 45.28% from 254); Blue value is 134 (52.73% from 255 or 52.76% from 254); Max value from RGB is 134 - color contains mainly: blue. Hex color #057386 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057386 is #FA8C79. Grayscale: #545454. Windows color (decimal): -16419962 or 8811269. OLE color: 8811269.

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

Color convert

RGB 5 115 134 -
CMYK 0.96 0.14 0 0.47
HSL 188.84º 0.93% 0.27% -
HSV(B) 188.84º 0.96% 0.53% -
XYZ 10.5 14.01 24.71 -
YUV 84.28 156.06 71.46 -
System Red Green Blue C M Y K H S L
Decimal 5 115 134 0.96 0.14 0 0.47 188.84 0.93 0.27
Hex 5 73 86 60 E 0 2F BD 5D 1B
Octal 5 163 206 140 16 0 57 275 135 33
Binary 101 1110011 10000110 1100000 1110 0 101111 10111101 1011101 11011

Color Harmonies of #057386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057386

Black with #057386

Text Example


Text Example

White with #057386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057386; }

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

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

background-color css

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

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

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

border-color css

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

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

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