Html Css Color HEX #056C80 Blue Lagoon

📋 copy color: '#056C80'

red 5 ◦ green 108 ◦ blue 128

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

Shades of Blue Lagoon #056C80

Tints of Blue Lagoon #056C80

RGB

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

 GREEN value IS 108 (42.58% from 255) = 44.81%

 BLUE value IS 128 (50.39% from 255) = 53.11%

R = 2.07%
G = 44.81%
B = 53.11%

CMYK

 C value IS 0.96

 M value IS 0.16

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#056C80 (or 0x056C80) is known color: Blue Lagoon. HEX triplet: 05, 6C and 80. RGB value is (5,108,128). Sum of RGB (Red+Green+Blue) = 5+108+128=241 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 241); Green value is 108 (42.58% from 255 or 44.81% from 241); Blue value is 128 (50.39% from 255 or 53.11% from 241); Max value from RGB is 128 - color contains mainly: blue. Hex color #056C80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056C80 is #FA937F. Grayscale: #4F4F4F. Windows color (decimal): -16421760 or 8416261. OLE color: 8416261.

HSL color Cylindrical-coordinate representation of color #056C80: hue angle of 189.76º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056C80 is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 5 108 128 -
CMYK 0.96 0.16 0 0.50
HSL 189.76º 0.92% 0.26% -
HSV(B) 189.76º 0.96% 0.5% -
XYZ 9.32 12.32 22.31 -
YUV 79.48 155.38 74.87 -
System Red Green Blue C M Y K H S L
Decimal 5 108 128 0.96 0.16 0 0.50 189.76 0.92 0.26
Hex 5 6C 80 60 10 0 32 BE 5C 1A
Octal 5 154 200 140 20 0 62 276 134 32
Binary 101 1101100 10000000 1100000 10000 0 110010 10111110 1011100 11010

Color Harmonies of #056C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056C80

Black with #056C80

Text Example


Text Example

White with #056C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,108,128); }

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

background-color css

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

 a { background-color: rgb(5,108,128); }

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

border-color css

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

 span { border-color: rgb(5,108,128); }

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