#055772

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

Shades of Blue Lagoon #055772

Tints of Blue Lagoon #055772

Color information

#055772 (or 0x055772) is unknown color: approx Blue Lagoon. HEX triplet: 05, 57 and 72. RGB value is (5,87,114). Sum of RGB (Red+Green+Blue) = 5+87+114=206 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.43% from 206); Green value is 87 (34.38% from 255 or 42.23% from 206); Blue value is 114 (44.92% from 255 or 55.34% from 206); Max value from RGB is 114 - color contains mainly: blue. Hex color #055772 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055772 is #FAA88D. Grayscale: #414141. Windows color (decimal): -16427150 or 7493381. OLE color: 7493381.

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

Color convert

RGB587114-
CMYK0.960.2400.55
HSL194.86º91.6%23.33%-
HSV(B)194.86º95.61%44.71%-
XYZ6.518.0617.13-
YUV65.56155.3384.8-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.43%
GREEN value IS 87 (34.38% from 255) = 42.23%
BLUE value IS 114 (44.92% from 255) = 55.34%
R=2.43%
G=42.23%
B=55.34%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5871140.960.2400.55194.8691.623.33
Hex557726018037c35c17
Octal51271621403006730313427
Binary10110101111110010110000011000011011111000011101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055772; }

 p { color: rgb(5,87,114); }

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

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

 a { background-color: rgb(5,87,114); }

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

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

 span { border-color: rgb(5,87,114); }

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