Html Css Color HEX #056479 Blue Lagoon

📋 copy color: '#056479'

red 5 ◦ green 100 ◦ blue 121

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

Shades of Blue Lagoon #056479

Tints of Blue Lagoon #056479

RGB

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

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

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

R = 2.21%
G = 44.25%
B = 53.54%

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

#056479 (or 0x056479) is known color: Blue Lagoon. HEX triplet: 05, 64 and 79. RGB value is (5,100,121). Sum of RGB (Red+Green+Blue) = 5+100+121=226 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.21% from 226); Green value is 100 (39.45% from 255 or 44.25% from 226); Blue value is 121 (47.66% from 255 or 53.54% from 226); Max value from RGB is 121 - color contains mainly: blue. Hex color #056479 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056479 is #FA9B86. Grayscale: #494949. Windows color (decimal): -16423815 or 7955461. OLE color: 7955461.

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

Color convert

RGB 5 100 121 -
CMYK 0.96 0.17 0 0.53
HSL 190.86º 0.92% 0.25% -
HSV(B) 190.86º 0.96% 0.47% -
XYZ 8.07 10.53 19.7 -
YUV 73.99 154.53 78.79 -
System Red Green Blue C M Y K H S L
Decimal 5 100 121 0.96 0.17 0 0.53 190.86 0.92 0.25
Hex 5 64 79 60 11 0 35 BF 5C 19
Octal 5 144 171 140 21 0 65 277 134 31
Binary 101 1100100 1111001 1100000 10001 0 110101 10111111 1011100 11001

Color Harmonies of #056479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056479

Black with #056479

Text Example


Text Example

White with #056479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056479; }

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

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

background-color css

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

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

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

border-color css

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

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

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