Html Css Color HEX #056D71 Blue Lagoon

📋 copy color: '#056D71'

red 5 ◦ green 109 ◦ blue 113

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

Shades of Blue Lagoon #056D71

Tints of Blue Lagoon #056D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 49.78%

R = 2.2%
G = 48.02%
B = 49.78%

CMYK

 C value IS 0.96

 M value IS 0.04

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#056D71 (or 0x056D71) is known color: Blue Lagoon. HEX triplet: 05, 6D and 71. RGB value is (5,109,113). Sum of RGB (Red+Green+Blue) = 5+109+113=227 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.20% from 227); Green value is 109 (42.97% from 255 or 48.02% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: blue. Hex color #056D71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056D71 is #FA928E. Grayscale: #4E4E4E. Windows color (decimal): -16421519 or 7433477. OLE color: 7433477.

HSL color Cylindrical-coordinate representation of color #056D71: hue angle of 182.22º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056D71 is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 109 113 -
CMYK 0.96 0.04 0 0.56
HSL 182.22º 0.92% 0.23% -
HSV(B) 182.22º 0.96% 0.44% -
XYZ 8.51 12.16 17.52 -
YUV 78.36 147.54 75.67 -
System Red Green Blue C M Y K H S L
Decimal 5 109 113 0.96 0.04 0 0.56 182.22 0.92 0.23
Hex 5 6D 71 60 4 0 38 B6 5C 17
Octal 5 155 161 140 4 0 70 266 134 27
Binary 101 1101101 1110001 1100000 100 0 111000 10110110 1011100 10111

Color Harmonies of #056D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056D71

Black with #056D71

Text Example


Text Example

White with #056D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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