#055977

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

Shades of Blue Lagoon #055977

Tints of Blue Lagoon #055977

Color information

#055977 (or 0x055977) is unknown color: approx Blue Lagoon. HEX triplet: 05, 59 and 77. RGB value is (5,89,119). Sum of RGB (Red+Green+Blue) = 5+89+119=213 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.35% from 213); Green value is 89 (35.16% from 255 or 41.78% from 213); Blue value is 119 (46.88% from 255 or 55.87% from 213); Max value from RGB is 119 - color contains mainly: blue. Hex color #055977 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055977 is #FAA688. Grayscale: #434343. Windows color (decimal): -16426633 or 7821573. OLE color: 7821573.

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

Color convert

RGB589119-
CMYK0.960.2500.53
HSL195.79º91.94%24.31%-
HSV(B)195.79º95.8%46.67%-
XYZ6.968.5118.73-
YUV67.3157.1783.56-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.35%
GREEN value IS 89 (35.16% from 255) = 41.78%
BLUE value IS 119 (46.88% from 255) = 55.87%
R=2.35%
G=41.78%
B=55.87%

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
Decimal5891190.960.2500.53195.7991.9424.31
Hex559776019035c45c18
Octal51311671403106530413430
Binary10110110011110111110000011001011010111000100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055977; }

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

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

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

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

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

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

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

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