Html Css Color HEX #056E87 Teal

📋 copy color: '#056E87'

red 5 ◦ green 110 ◦ blue 135

#056E87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal #056E87

Tints of Teal #056E87

RGB

 RED value IS 5 (2.34% from 255) = 2%

 GREEN value IS 110 (43.36% from 255) = 44%

 BLUE value IS 135 (53.13% from 255) = 54%

R = 2%
G = 44%
B = 54%

CMYK

 C value IS 0.96

 M value IS 0.19

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#056E87 (or 0x056E87) is known color: Teal. HEX triplet: 05, 6E and 87. RGB value is (5,110,135). Sum of RGB (Red+Green+Blue) = 5+110+135=250 (33% of max value = 765). Red value is 5 (2.34% from 255 or 2% from 250); Green value is 110 (43.36% from 255 or 44% from 250); Blue value is 135 (53.12% from 255 or 54% from 250); Max value from RGB is 135 - color contains mainly: blue. Hex color #056E87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056E87 is #FA9178. Grayscale: #515151. Windows color (decimal): -16421241 or 8875525. OLE color: 8875525.

HSL color Cylindrical-coordinate representation of color #056E87: hue angle of 191.54º 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 #056E87 is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 5 110 135 -
CMYK 0.96 0.19 0 0.47
HSL 191.54º 0.93% 0.27% -
HSV(B) 191.54º 0.96% 0.53% -
XYZ 10.01 12.93 24.89 -
YUV 81.46 158.21 73.47 -
System Red Green Blue C M Y K H S L
Decimal 5 110 135 0.96 0.19 0 0.47 191.54 0.93 0.27
Hex 5 6E 87 60 13 0 2F C0 5D 1B
Octal 5 156 207 140 23 0 57 300 135 33
Binary 101 1101110 10000111 1100000 10011 0 101111 11000000 1011101 11011

Color Harmonies of #056E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056E87

Black with #056E87

Text Example


Text Example

White with #056E87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,110,135); }

 H1.HeaderClassName
 {
   color: #056E87;
 }
 .AnyTagClassName
 {
   color: #056E87;
 }
</style>

background-color css

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

 a { background-color: rgb(5,110,135); }

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

border-color css

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

 span { border-color: rgb(5,110,135); }

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