#055A7C

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

Shades of Blue Lagoon #055A7C

Tints of Blue Lagoon #055A7C

Color information

#055A7C (or 0x055A7C) is unknown color: approx Blue Lagoon. HEX triplet: 05, 5A and 7C. RGB value is (5,90,124). Sum of RGB (Red+Green+Blue) = 5+90+124=219 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.28% from 219); Green value is 90 (35.55% from 255 or 41.10% from 219); Blue value is 124 (48.83% from 255 or 56.62% from 219); Max value from RGB is 124 - color contains mainly: blue. Hex color #055A7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055A7C is #FAA583. Grayscale: #444444. Windows color (decimal): -16426372 or 8149509. OLE color: 8149509.

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

Color convert

RGB590124-
CMYK0.960.2700.51
HSL197.14º92.25%25.29%-
HSV(B)197.14º95.97%48.63%-
XYZ7.368.820.38-
YUV68.46159.3482.74-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.28%
GREEN value IS 90 (35.55% from 255) = 41.10%
BLUE value IS 124 (48.83% from 255) = 56.62%
R=2.28%
G=41.10%
B=56.62%

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
Decimal5901240.960.2700.51197.1492.2525.29
Hex55A7C601B033c55c19
Octal51321741403306330513431
Binary10110110101111100110000011011011001111000101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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