Html Css Color HEX #056579 Blue Lagoon

📋 copy color: '#056579'

red 5 ◦ green 101 ◦ blue 121

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

Shades of Blue Lagoon #056579

Tints of Blue Lagoon #056579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 53.3%

R = 2.2%
G = 44.49%
B = 53.3%

CMYK

 C value IS 0.96

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#056579 (or 0x056579) is known color: Blue Lagoon. HEX triplet: 05, 65 and 79. RGB value is (5,101,121). Sum of RGB (Red+Green+Blue) = 5+101+121=227 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.20% from 227); Green value is 101 (39.84% from 255 or 44.49% from 227); Blue value is 121 (47.66% from 255 or 53.30% from 227); Max value from RGB is 121 - color contains mainly: blue. Hex color #056579 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056579 is #FA9A86. Grayscale: #4A4A4A. Windows color (decimal): -16423559 or 7955717. OLE color: 7955717.

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

Color convert

RGB 5 101 121 -
CMYK 0.96 0.17 0 0.53
HSL 190.34º 0.92% 0.25% -
HSV(B) 190.34º 0.96% 0.47% -
XYZ 8.17 10.72 19.73 -
YUV 74.58 154.2 78.37 -
System Red Green Blue C M Y K H S L
Decimal 5 101 121 0.96 0.17 0 0.53 190.34 0.92 0.25
Hex 5 65 79 60 11 0 35 BE 5C 19
Octal 5 145 171 140 21 0 65 276 134 31
Binary 101 1100101 1111001 1100000 10001 0 110101 10111110 1011100 11001

Color Harmonies of #056579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056579

Black with #056579

Text Example


Text Example

White with #056579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056579; }

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

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

background-color css

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

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

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

border-color css

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

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

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