Html Css Color HEX #056576 Blue Lagoon

📋 copy color: '#056576'

red 5 ◦ green 101 ◦ blue 118

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

Shades of Blue Lagoon #056576

Tints of Blue Lagoon #056576

RGB

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

 GREEN value IS 101 (39.84% from 255) = 45.09%

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

R = 2.23%
G = 45.09%
B = 52.68%

CMYK

 C value IS 0.96

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#056576 (or 0x056576) is known color: Blue Lagoon. HEX triplet: 05, 65 and 76. RGB value is (5,101,118). Sum of RGB (Red+Green+Blue) = 5+101+118=224 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.23% from 224); Green value is 101 (39.84% from 255 or 45.09% from 224); Blue value is 118 (46.48% from 255 or 52.68% from 224); Max value from RGB is 118 - color contains mainly: blue. Hex color #056576 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056576 is #FA9A89. Grayscale: #4A4A4A. Windows color (decimal): -16423562 or 7759109. OLE color: 7759109.

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

Color convert

RGB 5 101 118 -
CMYK 0.96 0.14 0 0.54
HSL 189.03º 0.92% 0.24% -
HSV(B) 189.03º 0.96% 0.46% -
XYZ 7.99 10.65 18.77 -
YUV 74.23 152.7 78.62 -
System Red Green Blue C M Y K H S L
Decimal 5 101 118 0.96 0.14 0 0.54 189.03 0.92 0.24
Hex 5 65 76 60 E 0 36 BD 5C 18
Octal 5 145 166 140 16 0 66 275 134 30
Binary 101 1100101 1110110 1100000 1110 0 110110 10111101 1011100 11000

Color Harmonies of #056576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056576

Black with #056576

Text Example


Text Example

White with #056576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056576; }

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

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

background-color css

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

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

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

border-color css

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

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

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