#057C88

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

Shades of Teal #057C88

Tints of Teal #057C88

Color information

#057C88 (or 0x057C88) is unknown color: approx Teal. HEX triplet: 05, 7C and 88. RGB value is (5,124,136). Sum of RGB (Red+Green+Blue) = 5+124+136=265 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 265); Green value is 124 (48.83% from 255 or 46.79% from 265); Blue value is 136 (53.52% from 255 or 51.32% from 265); Max value from RGB is 136 - color contains mainly: blue. Hex color #057C88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057C88 is #FA8377. Grayscale: #595959. Windows color (decimal): -16417656 or 8944645. OLE color: 8944645.

HSL color Cylindrical-coordinate representation of color #057C88: hue angle of 185.5º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057C88 is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5124136-
CMYK0.960.0900.47
HSL185.5º92.91%27.65%-
HSV(B)185.5º96.32%53.33%-
XYZ11.7116.2325.81-
YUV89.79154.0867.52-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.89%
GREEN value IS 124 (48.83% from 255) = 46.79%
BLUE value IS 136 (53.52% from 255) = 51.32%
R=1.89%
G=46.79%
B=51.32%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51241360.960.0900.47185.592.9127.65
Hex57C8860902Fb95d1c
Octal51742101401105727113534
Binary10111111001000100011000001001010111110111001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057C88; }

 p { color: rgb(5,124,136); }

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

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

 a { background-color: rgb(5,124,136); }

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

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

 span { border-color: rgb(5,124,136); }

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