Html Css Color HEX #057286 Teal

📋 copy color: '#057286'

red 5 ◦ green 114 ◦ blue 134

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

Shades of Teal #057286

Tints of Teal #057286

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.06%

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

R = 1.98%
G = 45.06%
B = 52.96%

CMYK

 C value IS 0.96

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#057286 (or 0x057286) is known color: Teal. HEX triplet: 05, 72 and 86. RGB value is (5,114,134). Sum of RGB (Red+Green+Blue) = 5+114+134=253 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 253); Green value is 114 (44.92% from 255 or 45.06% from 253); Blue value is 134 (52.73% from 255 or 52.96% from 253); Max value from RGB is 134 - color contains mainly: blue. Hex color #057286 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057286 is #FA8D79. Grayscale: #535353. Windows color (decimal): -16420218 or 8811013. OLE color: 8811013.

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

Color convert

RGB 5 114 134 -
CMYK 0.96 0.15 0 0.47
HSL 189.3º 0.93% 0.27% -
HSV(B) 189.3º 0.96% 0.53% -
XYZ 10.38 13.79 24.67 -
YUV 83.69 156.39 71.87 -
System Red Green Blue C M Y K H S L
Decimal 5 114 134 0.96 0.15 0 0.47 189.3 0.93 0.27
Hex 5 72 86 60 F 0 2F BD 5D 1B
Octal 5 162 206 140 17 0 57 275 135 33
Binary 101 1110010 10000110 1100000 1111 0 101111 10111101 1011101 11011

Color Harmonies of #057286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057286

Black with #057286

Text Example


Text Example

White with #057286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057286; }

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

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

background-color css

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

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

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

border-color css

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

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

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