Html Css Color HEX #056C7F Blue Lagoon

📋 copy color: '#056C7F'

red 5 ◦ green 108 ◦ blue 127

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

Shades of Blue Lagoon #056C7F

Tints of Blue Lagoon #056C7F

RGB

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

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

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

R = 2.08%
G = 45%
B = 52.92%

CMYK

 C value IS 0.96

 M value IS 0.15

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#056C7F (or 0x056C7F) is known color: Blue Lagoon. HEX triplet: 05, 6C and 7F. RGB value is (5,108,127). Sum of RGB (Red+Green+Blue) = 5+108+127=240 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.08% from 240); Green value is 108 (42.58% from 255 or 45% from 240); Blue value is 127 (50% from 255 or 52.92% from 240); Max value from RGB is 127 - color contains mainly: blue. Hex color #056C7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056C7F is #FA9380. Grayscale: #4F4F4F. Windows color (decimal): -16421761 or 8350725. OLE color: 8350725.

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

Color convert

RGB 5 108 127 -
CMYK 0.96 0.15 0 0.50
HSL 189.34º 0.92% 0.26% -
HSV(B) 189.34º 0.96% 0.5% -
XYZ 9.26 12.29 21.96 -
YUV 79.37 154.88 74.96 -
System Red Green Blue C M Y K H S L
Decimal 5 108 127 0.96 0.15 0 0.50 189.34 0.92 0.26
Hex 5 6C 7F 60 F 0 32 BD 5C 1A
Octal 5 154 177 140 17 0 62 275 134 32
Binary 101 1101100 1111111 1100000 1111 0 110010 10111101 1011100 11010

Color Harmonies of #056C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056C7F

Black with #056C7F

Text Example


Text Example

White with #056C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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