#055B79

Color #055B79 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #055B79

Tints of Blue Lagoon #055B79

Color information

#055B79 (or 0x055B79) is unknown color: approx Blue Lagoon. HEX triplet: 05, 5B and 79. RGB value is (5,91,121). Sum of RGB (Red+Green+Blue) = 5+91+121=217 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.30% from 217); Green value is 91 (35.94% from 255 or 41.94% from 217); Blue value is 121 (47.66% from 255 or 55.76% from 217); Max value from RGB is 121 - color contains mainly: blue. Hex color #055B79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055B79 is #FAA486. Grayscale: #444444. Windows color (decimal): -16426119 or 7953157. OLE color: 7953157.

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

Color convert

RGB591121-
CMYK0.960.2500.53
HSL195.52º92.06%24.71%-
HSV(B)195.52º95.87%47.45%-
XYZ7.258.8919.42-
YUV68.71157.5182.56-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.30%
GREEN value IS 91 (35.94% from 255) = 41.94%
BLUE value IS 121 (47.66% from 255) = 55.76%
R=2.30%
G=41.94%
B=55.76%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5911210.960.2500.53195.5292.0624.71
Hex55B796019035c45c19
Octal51331711403106530413431
Binary10110110111111001110000011001011010111000100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055B79; }

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

 H1.HeaderClassName
 {
   color: #055B79;
 }
 .AnyTagClassName
 {
   color: #055B79;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #055B79;
 }
 .BgClassName
 {
   background-color: #055B79;
 }
</style>
border-color css

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

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

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