#055B72

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

Shades of Blue Lagoon #055B72

Tints of Blue Lagoon #055B72

Color information

#055B72 (or 0x055B72) is unknown color: approx Blue Lagoon. HEX triplet: 05, 5B and 72. RGB value is (5,91,114). Sum of RGB (Red+Green+Blue) = 5+91+114=210 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.38% from 210); Green value is 91 (35.94% from 255 or 43.33% from 210); Blue value is 114 (44.92% from 255 or 54.29% from 210); Max value from RGB is 114 - color contains mainly: blue. Hex color #055B72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055B72 is #FAA48D. Grayscale: #434343. Windows color (decimal): -16426126 or 7494405. OLE color: 7494405.

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

Color convert

RGB591114-
CMYK0.960.2000.55
HSL192.66º91.6%23.33%-
HSV(B)192.66º95.61%44.71%-
XYZ6.848.7317.24-
YUV67.91154.0183.13-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.38%
GREEN value IS 91 (35.94% from 255) = 43.33%
BLUE value IS 114 (44.92% from 255) = 54.29%
R=2.38%
G=43.33%
B=54.29%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5911140.960.2000.55192.6691.623.33
Hex55B726014037c15c17
Octal51331621402406730113427
Binary10110110111110010110000010100011011111000001101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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