#057984

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

Shades of Teal #057984

Tints of Teal #057984

Color information

#057984 (or 0x057984) is unknown color: approx Teal. HEX triplet: 05, 79 and 84. RGB value is (5,121,132). Sum of RGB (Red+Green+Blue) = 5+121+132=258 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.94% from 258); Green value is 121 (47.66% from 255 or 46.90% from 258); Blue value is 132 (51.95% from 255 or 51.16% from 258); Max value from RGB is 132 - color contains mainly: blue. Hex color #057984 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057984 is #FA867B. Grayscale: #575757. Windows color (decimal): -16418428 or 8681733. OLE color: 8681733.

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

Color convert

RGB5121132-
CMYK0.960.0800.48
HSL185.2º92.7%26.86%-
HSV(B)185.2º96.21%51.76%-
XYZ11.0615.3724.21-
YUV87.57153.0769.11-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.94%
GREEN value IS 121 (47.66% from 255) = 46.90%
BLUE value IS 132 (51.95% from 255) = 51.16%
R=1.94%
G=46.90%
B=51.16%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51211320.960.0800.48185.292.726.86
Hex57984608030b95d1b
Octal51712041401006027113533
Binary10111110011000010011000001000011000010111001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057984; }

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

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

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

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

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

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

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

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