#056D89

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

Shades of Teal #056D89

Tints of Teal #056D89

Color information

#056D89 (or 0x056D89) is unknown color: approx Teal. HEX triplet: 05, 6D and 89. RGB value is (5,109,137). Sum of RGB (Red+Green+Blue) = 5+109+137=251 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.99% from 251); Green value is 109 (42.97% from 255 or 43.43% from 251); Blue value is 137 (53.91% from 255 or 54.58% from 251); Max value from RGB is 137 - color contains mainly: blue. Hex color #056D89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056D89 is #FA9276. Grayscale: #505050. Windows color (decimal): -16421495 or 9006341. OLE color: 9006341.

HSL color Cylindrical-coordinate representation of color #056D89: hue angle of 192.73º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056D89 is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5109137-
CMYK0.960.2000.46
HSL192.73º92.96%27.84%-
HSV(B)192.73º96.35%53.73%-
XYZ10.0512.7825.6-
YUV81.1159.5473.72-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.99%
GREEN value IS 109 (42.97% from 255) = 43.43%
BLUE value IS 137 (53.91% from 255) = 54.58%
R=1.99%
G=43.43%
B=54.58%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal51091370.960.2000.46192.7392.9627.84
Hex56D89601402Ec15d1c
Octal51552111402405630113534
Binary101110110110001001110000010100010111011000001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056D89; }

 p { color: rgb(5,109,137); }

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

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

 a { background-color: rgb(5,109,137); }

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

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

 span { border-color: rgb(5,109,137); }

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