Html Css Color HEX #056476 Blue Lagoon

📋 copy color: '#056476'

red 5 ◦ green 100 ◦ blue 118

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

Shades of Blue Lagoon #056476

Tints of Blue Lagoon #056476

RGB

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

 GREEN value IS 100 (39.45% from 255) = 44.84%

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

R = 2.24%
G = 44.84%
B = 52.91%

CMYK

 C value IS 0.96

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#056476 (or 0x056476) is known color: Blue Lagoon. HEX triplet: 05, 64 and 76. RGB value is (5,100,118). Sum of RGB (Red+Green+Blue) = 5+100+118=223 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.24% from 223); Green value is 100 (39.45% from 255 or 44.84% from 223); Blue value is 118 (46.48% from 255 or 52.91% from 223); Max value from RGB is 118 - color contains mainly: blue. Hex color #056476 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056476 is #FA9B89. Grayscale: #494949. Windows color (decimal): -16423818 or 7758853. OLE color: 7758853.

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

Color convert

RGB 5 100 118 -
CMYK 0.96 0.15 0 0.54
HSL 189.56º 0.92% 0.24% -
HSV(B) 189.56º 0.96% 0.46% -
XYZ 7.89 10.45 18.74 -
YUV 73.65 153.03 79.04 -
System Red Green Blue C M Y K H S L
Decimal 5 100 118 0.96 0.15 0 0.54 189.56 0.92 0.24
Hex 5 64 76 60 F 0 36 BE 5C 18
Octal 5 144 166 140 17 0 66 276 134 30
Binary 101 1100100 1110110 1100000 1111 0 110110 10111110 1011100 11000

Color Harmonies of #056476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056476

Black with #056476

Text Example


Text Example

White with #056476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056476; }

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

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

background-color css

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

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

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

border-color css

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

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

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