#055D78

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

Shades of Blue Lagoon #055D78

Tints of Blue Lagoon #055D78

Color information

#055D78 (or 0x055D78) is unknown color: approx Blue Lagoon. HEX triplet: 05, 5D and 78. RGB value is (5,93,120). Sum of RGB (Red+Green+Blue) = 5+93+120=218 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.29% from 218); Green value is 93 (36.72% from 255 or 42.66% from 218); Blue value is 120 (47.27% from 255 or 55.05% from 218); Max value from RGB is 120 - color contains mainly: blue. Hex color #055D78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055D78 is #FAA287. Grayscale: #454545. Windows color (decimal): -16425608 or 7888133. OLE color: 7888133.

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

Color convert

RGB593120-
CMYK0.960.2200.53
HSL194.09º92%24.51%-
HSV(B)194.09º95.83%47.06%-
XYZ7.379.2219.16-
YUV69.77156.3581.8-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.29%
GREEN value IS 93 (36.72% from 255) = 42.66%
BLUE value IS 120 (47.27% from 255) = 55.05%
R=2.29%
G=42.66%
B=55.05%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5931200.960.2200.53194.099224.51
Hex55D786016035c25c19
Octal51351701402606530213431
Binary10110111011111000110000010110011010111000010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,93,120); }

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

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

 a { background-color: rgb(5,93,120); }

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

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

 span { border-color: rgb(5,93,120); }

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