#057286

Color #057286 Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal #057286

Tints of Teal #057286

Color information

#057286 (or 0x057286) is unknown color: approx 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

RGB5114134-
CMYK0.960.1500.47
HSL189.3º92.81%27.25%-
HSV(B)189.3º96.27%52.55%-
XYZ10.3813.7924.67-
YUV83.69156.3971.87-

RGB Variations

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

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 (Cyan) values IS 0.96
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51141340.960.1500.47189.392.8127.25
Hex5728660F02Fbd5d1b
Octal51622061401705727513533
Binary10111100101000011011000001111010111110111101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>