Html Css Color HEX #056B7F Blue Lagoon

📋 copy color: '#056B7F'

red 5 ◦ green 107 ◦ blue 127

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

Shades of Blue Lagoon #056B7F

Tints of Blue Lagoon #056B7F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 44.77%

 BLUE value IS 127 (50% from 255) = 53.14%

R = 2.09%
G = 44.77%
B = 53.14%

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

#056B7F (or 0x056B7F) is known color: Blue Lagoon. HEX triplet: 05, 6B and 7F. RGB value is (5,107,127). Sum of RGB (Red+Green+Blue) = 5+107+127=239 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.09% from 239); Green value is 107 (42.19% from 255 or 44.77% from 239); Blue value is 127 (50% from 255 or 53.14% from 239); Max value from RGB is 127 - color contains mainly: blue. Hex color #056B7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056B7F is #FA9480. Grayscale: #4E4E4E. Windows color (decimal): -16422017 or 8350469. OLE color: 8350469.

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

Color convert

RGB 5 107 127 -
CMYK 0.96 0.16 0 0.50
HSL 189.84º 0.92% 0.26% -
HSV(B) 189.84º 0.96% 0.5% -
XYZ 9.15 12.08 21.93 -
YUV 78.78 155.21 75.37 -
System Red Green Blue C M Y K H S L
Decimal 5 107 127 0.96 0.16 0 0.50 189.84 0.92 0.26
Hex 5 6B 7F 60 10 0 32 BE 5C 1A
Octal 5 153 177 140 20 0 62 276 134 32
Binary 101 1101011 1111111 1100000 10000 0 110010 10111110 1011100 11010

Color Harmonies of #056B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056B7F

Black with #056B7F

Text Example


Text Example

White with #056B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,107,127); }

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

background-color css

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

 a { background-color: rgb(5,107,127); }

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

border-color css

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

 span { border-color: rgb(5,107,127); }

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