#055F77

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

Shades of Blue Lagoon #055F77

Tints of Blue Lagoon #055F77

Color information

#055F77 (or 0x055F77) is unknown color: approx Blue Lagoon. HEX triplet: 05, 5F and 77. RGB value is (5,95,119). Sum of RGB (Red+Green+Blue) = 5+95+119=219 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.28% from 219); Green value is 95 (37.5% from 255 or 43.38% from 219); Blue value is 119 (46.88% from 255 or 54.34% from 219); Max value from RGB is 119 - color contains mainly: blue. Hex color #055F77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055F77 is #FAA088. Grayscale: #464646. Windows color (decimal): -16425097 or 7823109. OLE color: 7823109.

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

Color convert

RGB595119-
CMYK0.960.2000.53
HSL192.63º91.94%24.31%-
HSV(B)192.63º95.8%46.67%-
XYZ7.489.5518.9-
YUV70.83155.1881.05-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.28%
GREEN value IS 95 (37.5% from 255) = 43.38%
BLUE value IS 119 (46.88% from 255) = 54.34%
R=2.28%
G=43.38%
B=54.34%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5951190.960.2000.53192.6391.9424.31
Hex55F776014035c15c18
Octal51371671402406530113430
Binary10110111111110111110000010100011010111000001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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