#055C80

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

Shades of Blue Lagoon #055C80

Tints of Blue Lagoon #055C80

Color information

#055C80 (or 0x055C80) is unknown color: approx Blue Lagoon. HEX triplet: 05, 5C and 80. RGB value is (5,92,128). Sum of RGB (Red+Green+Blue) = 5+92+128=225 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.22% from 225); Green value is 92 (36.33% from 255 or 40.89% from 225); Blue value is 128 (50.39% from 255 or 56.89% from 225); Max value from RGB is 128 - color contains mainly: blue. Hex color #055C80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055C80 is #FAA37F. Grayscale: #454545. Windows color (decimal): -16425856 or 8412165. OLE color: 8412165.

HSL color Cylindrical-coordinate representation of color #055C80: hue angle of 197.56º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055C80 is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB592128-
CMYK0.960.2800.50
HSL197.56º92.48%26.08%-
HSV(B)197.56º96.09%50.2%-
XYZ7.799.2521.8-
YUV70.09160.6881.57-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.22%
GREEN value IS 92 (36.33% from 255) = 40.89%
BLUE value IS 128 (50.39% from 255) = 56.89%
R=2.22%
G=40.89%
B=56.89%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5921280.960.2800.50197.5692.4826.08
Hex55C80601C032c65c1a
Octal51342001403406230613432
Binary101101110010000000110000011100011001011000110101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,92,128); }

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

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

 a { background-color: rgb(5,92,128); }

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

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

 span { border-color: rgb(5,92,128); }

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