Html Css Color HEX #056D87 Teal

📋 copy color: '#056D87'

red 5 ◦ green 109 ◦ blue 135

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

Shades of Teal #056D87

Tints of Teal #056D87

RGB

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

 GREEN value IS 109 (42.97% from 255) = 43.78%

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

R = 2.01%
G = 43.78%
B = 54.22%

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

#056D87 (or 0x056D87) is known color: Teal. HEX triplet: 05, 6D and 87. RGB value is (5,109,135). Sum of RGB (Red+Green+Blue) = 5+109+135=249 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.01% from 249); Green value is 109 (42.97% from 255 or 43.78% from 249); Blue value is 135 (53.12% from 255 or 54.22% from 249); Max value from RGB is 135 - color contains mainly: blue. Hex color #056D87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056D87 is #FA9278. Grayscale: #505050. Windows color (decimal): -16421497 or 8875269. OLE color: 8875269.

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

Color convert

RGB 5 109 135 -
CMYK 0.96 0.19 0 0.47
HSL 192º 0.93% 0.27% -
HSV(B) 192º 0.96% 0.53% -
XYZ 9.9 12.72 24.85 -
YUV 80.87 158.54 73.89 -
System Red Green Blue C M Y K H S L
Decimal 5 109 135 0.96 0.19 0 0.47 192 0.93 0.27
Hex 5 6D 87 60 13 0 2F C0 5D 1B
Octal 5 155 207 140 23 0 57 300 135 33
Binary 101 1101101 10000111 1100000 10011 0 101111 11000000 1011101 11011

Color Harmonies of #056D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056D87

Black with #056D87

Text Example


Text Example

White with #056D87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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