Html Css Color HEX #056176 Blue Lagoon

📋 copy color: '#056176'

red 5 ◦ green 97 ◦ blue 118

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

Shades of Blue Lagoon #056176

Tints of Blue Lagoon #056176

RGB

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

 GREEN value IS 97 (38.28% from 255) = 44.09%

 BLUE value IS 118 (46.48% from 255) = 53.64%

R = 2.27%
G = 44.09%
B = 53.64%

CMYK

 C value IS 0.96

 M value IS 0.18

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#056176 (or 0x056176) is known color: Blue Lagoon. HEX triplet: 05, 61 and 76. RGB value is (5,97,118). Sum of RGB (Red+Green+Blue) = 5+97+118=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 97 (38.28% from 255 or 44.09% from 220); Blue value is 118 (46.48% from 255 or 53.64% from 220); Max value from RGB is 118 - color contains mainly: blue. Hex color #056176 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056176 is #FA9E89. Grayscale: #474747. Windows color (decimal): -16424586 or 7758085. OLE color: 7758085.

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

Color convert

RGB 5 97 118 -
CMYK 0.96 0.18 0 0.54
HSL 191.15º 0.92% 0.24% -
HSV(B) 191.15º 0.96% 0.46% -
XYZ 7.61 9.89 18.65 -
YUV 71.89 154.02 80.29 -
System Red Green Blue C M Y K H S L
Decimal 5 97 118 0.96 0.18 0 0.54 191.15 0.92 0.24
Hex 5 61 76 60 12 0 36 BF 5C 18
Octal 5 141 166 140 22 0 66 277 134 30
Binary 101 1100001 1110110 1100000 10010 0 110110 10111111 1011100 11000

Color Harmonies of #056176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056176

Black with #056176

Text Example


Text Example

White with #056176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056176; }

 p { color: rgb(5,97,118); }

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

background-color css

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

 a { background-color: rgb(5,97,118); }

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

border-color css

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

 span { border-color: rgb(5,97,118); }

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