Html Css Color HEX #056977 Blue Lagoon

📋 copy color: '#056977'

red 5 ◦ green 105 ◦ blue 119

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

Shades of Blue Lagoon #056977

Tints of Blue Lagoon #056977

RGB

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

 GREEN value IS 105 (41.41% from 255) = 45.85%

 BLUE value IS 119 (46.88% from 255) = 51.97%

R = 2.18%
G = 45.85%
B = 51.97%

CMYK

 C value IS 0.96

 M value IS 0.12

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#056977 (or 0x056977) is known color: Blue Lagoon. HEX triplet: 05, 69 and 77. RGB value is (5,105,119). Sum of RGB (Red+Green+Blue) = 5+105+119=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 105 (41.41% from 255 or 45.85% from 229); Blue value is 119 (46.88% from 255 or 51.97% from 229); Max value from RGB is 119 - color contains mainly: blue. Hex color #056977 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056977 is #FA9688. Grayscale: #4C4C4C. Windows color (decimal): -16422537 or 7825669. OLE color: 7825669.

HSL color Cylindrical-coordinate representation of color #056977: hue angle of 187.37º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056977 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 5 105 119 -
CMYK 0.96 0.12 0 0.53
HSL 187.37º 0.92% 0.24% -
HSV(B) 187.37º 0.96% 0.47% -
XYZ 8.44 11.47 19.22 -
YUV 76.7 151.87 76.86 -
System Red Green Blue C M Y K H S L
Decimal 5 105 119 0.96 0.12 0 0.53 187.37 0.92 0.24
Hex 5 69 77 60 C 0 35 BB 5C 18
Octal 5 151 167 140 14 0 65 273 134 30
Binary 101 1101001 1110111 1100000 1100 0 110101 10111011 1011100 11000

Color Harmonies of #056977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056977

Black with #056977

Text Example


Text Example

White with #056977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056977; }

 p { color: rgb(5,105,119); }

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

background-color css

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

 a { background-color: rgb(5,105,119); }

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

border-color css

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

 span { border-color: rgb(5,105,119); }

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