#057284

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

Shades of Teal #057284

Tints of Teal #057284

Color information

#057284 (or 0x057284) is unknown color: approx Teal. HEX triplet: 05, 72 and 84. RGB value is (5,114,132). Sum of RGB (Red+Green+Blue) = 5+114+132=251 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.99% from 251); Green value is 114 (44.92% from 255 or 45.42% from 251); Blue value is 132 (51.95% from 255 or 52.59% from 251); Max value from RGB is 132 - color contains mainly: blue. Hex color #057284 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057284 is #FA8D7B. Grayscale: #535353. Windows color (decimal): -16420220 or 8679941. OLE color: 8679941.

HSL color Cylindrical-coordinate representation of color #057284: hue angle of 188.5º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057284 is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5114132-
CMYK0.960.1400.48
HSL188.5º92.7%26.86%-
HSV(B)188.5º96.21%51.76%-
XYZ10.2413.7323.94-
YUV83.46155.3972.04-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.99%
GREEN value IS 114 (44.92% from 255) = 45.42%
BLUE value IS 132 (51.95% from 255) = 52.59%
R=1.99%
G=45.42%
B=52.59%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51141320.960.1400.48188.592.726.86
Hex5728460E030bd5d1b
Octal51622041401606027513533
Binary10111100101000010011000001110011000010111101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057284; }

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

 H1.HeaderClassName
 {
   color: #057284;
 }
 .AnyTagClassName
 {
   color: #057284;
 }
</style>
background-color css

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

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

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

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

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

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