#055E7C

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

Shades of Blue Lagoon #055E7C

Tints of Blue Lagoon #055E7C

Color information

#055E7C (or 0x055E7C) is unknown color: approx Blue Lagoon. HEX triplet: 05, 5E and 7C. RGB value is (5,94,124). Sum of RGB (Red+Green+Blue) = 5+94+124=223 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.24% from 223); Green value is 94 (37.11% from 255 or 42.15% from 223); Blue value is 124 (48.83% from 255 or 55.61% from 223); Max value from RGB is 124 - color contains mainly: blue. Hex color #055E7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055E7C is #FAA183. Grayscale: #464646. Windows color (decimal): -16425348 or 8150533. OLE color: 8150533.

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

Color convert

RGB594124-
CMYK0.960.2400.51
HSL195.13º92.25%25.29%-
HSV(B)195.13º95.97%48.63%-
XYZ7.79.4920.5-
YUV70.81158.0181.06-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.24%
GREEN value IS 94 (37.11% from 255) = 42.15%
BLUE value IS 124 (48.83% from 255) = 55.61%
R=2.24%
G=42.15%
B=55.61%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5941240.960.2400.51195.1392.2525.29
Hex55E7C6018033c35c19
Octal51361741403006330313431
Binary10110111101111100110000011000011001111000011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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