#055A77

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

Shades of Blue Lagoon #055A77

Tints of Blue Lagoon #055A77

Color information

#055A77 (or 0x055A77) is unknown color: approx Blue Lagoon. HEX triplet: 05, 5A and 77. RGB value is (5,90,119). Sum of RGB (Red+Green+Blue) = 5+90+119=214 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.34% from 214); Green value is 90 (35.55% from 255 or 42.06% from 214); Blue value is 119 (46.88% from 255 or 55.61% from 214); Max value from RGB is 119 - color contains mainly: blue. Hex color #055A77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055A77 is #FAA588. Grayscale: #434343. Windows color (decimal): -16426377 or 7821829. OLE color: 7821829.

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

Color convert

RGB590119-
CMYK0.960.2400.53
HSL195.26º91.94%24.31%-
HSV(B)195.26º95.8%46.67%-
XYZ7.058.6818.76-
YUV67.89156.8483.14-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.34%
GREEN value IS 90 (35.55% from 255) = 42.06%
BLUE value IS 119 (46.88% from 255) = 55.61%
R=2.34%
G=42.06%
B=55.61%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5901190.960.2400.53195.2691.9424.31
Hex55A776018035c35c18
Octal51321671403006530313430
Binary10110110101110111110000011000011010111000011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,90,119); }

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

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

 a { background-color: rgb(5,90,119); }

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

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

 span { border-color: rgb(5,90,119); }

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