#055577

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

Shades of Blue Lagoon #055577

Tints of Blue Lagoon #055577

Color information

#055577 (or 0x055577) is unknown color: approx Blue Lagoon. HEX triplet: 05, 55 and 77. RGB value is (5,85,119). Sum of RGB (Red+Green+Blue) = 5+85+119=209 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.39% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 119 (46.88% from 255 or 56.94% from 209); Max value from RGB is 119 - color contains mainly: blue. Hex color #055577 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055577 is #FAAA88. Grayscale: #404040. Windows color (decimal): -16427657 or 7820549. OLE color: 7820549.

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

Color convert

RGB585119-
CMYK0.960.2900.53
HSL197.89º91.94%24.31%-
HSV(B)197.89º95.8%46.67%-
XYZ6.647.8618.62-
YUV64.96158.585.24-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.39%
GREEN value IS 85 (33.59% from 255) = 40.67%
BLUE value IS 119 (46.88% from 255) = 56.94%
R=2.39%
G=40.67%
B=56.94%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5851190.960.2900.53197.8991.9424.31
Hex55577601D035c65c18
Octal51251671403506530613430
Binary10110101011110111110000011101011010111000110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055577; }

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

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

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

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

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

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

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

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