#055B7C

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

Shades of Blue Lagoon #055B7C

Tints of Blue Lagoon #055B7C

Color information

#055B7C (or 0x055B7C) is unknown color: approx Blue Lagoon. HEX triplet: 05, 5B and 7C. RGB value is (5,91,124). Sum of RGB (Red+Green+Blue) = 5+91+124=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 91 (35.94% from 255 or 41.36% from 220); Blue value is 124 (48.83% from 255 or 56.36% from 220); Max value from RGB is 124 - color contains mainly: blue. Hex color #055B7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055B7C is #FAA483. Grayscale: #444444. Windows color (decimal): -16426116 or 8149765. OLE color: 8149765.

HSL color Cylindrical-coordinate representation of color #055B7C: hue angle of 196.64º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055B7C is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB591124-
CMYK0.960.2700.51
HSL196.64º92.25%25.29%-
HSV(B)196.64º95.97%48.63%-
XYZ7.448.9720.41-
YUV69.05159.0182.32-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.27%
GREEN value IS 91 (35.94% from 255) = 41.36%
BLUE value IS 124 (48.83% from 255) = 56.36%
R=2.27%
G=41.36%
B=56.36%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5911240.960.2700.51196.6492.2525.29
Hex55B7C601B033c55c19
Octal51331741403306330513431
Binary10110110111111100110000011011011001111000101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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