#055D77

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

Shades of Blue Lagoon #055D77

Tints of Blue Lagoon #055D77

Color information

#055D77 (or 0x055D77) is unknown color: approx Blue Lagoon. HEX triplet: 05, 5D and 77. RGB value is (5,93,119). Sum of RGB (Red+Green+Blue) = 5+93+119=217 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.30% from 217); Green value is 93 (36.72% from 255 or 42.86% from 217); Blue value is 119 (46.88% from 255 or 54.84% from 217); Max value from RGB is 119 - color contains mainly: blue. Hex color #055D77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055D77 is #FAA288. Grayscale: #454545. Windows color (decimal): -16425609 or 7822597. OLE color: 7822597.

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

Color convert

RGB593119-
CMYK0.960.2200.53
HSL193.68º91.94%24.31%-
HSV(B)193.68º95.8%46.67%-
XYZ7.319.1918.84-
YUV69.65155.8581.89-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.30%
GREEN value IS 93 (36.72% from 255) = 42.86%
BLUE value IS 119 (46.88% from 255) = 54.84%
R=2.30%
G=42.86%
B=54.84%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5931190.960.2200.53193.6891.9424.31
Hex55D776016035c25c18
Octal51351671402606530213430
Binary10110111011110111110000010110011010111000010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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