#055B78

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

Shades of Blue Lagoon #055B78

Tints of Blue Lagoon #055B78

Color information

#055B78 (or 0x055B78) is unknown color: approx Blue Lagoon. HEX triplet: 05, 5B and 78. RGB value is (5,91,120). Sum of RGB (Red+Green+Blue) = 5+91+120=216 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.31% from 216); Green value is 91 (35.94% from 255 or 42.13% from 216); Blue value is 120 (47.27% from 255 or 55.56% from 216); Max value from RGB is 120 - color contains mainly: blue. Hex color #055B78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055B78 is #FAA487. Grayscale: #444444. Windows color (decimal): -16426120 or 7887621. OLE color: 7887621.

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

Color convert

RGB591120-
CMYK0.960.2400.53
HSL195.13º92%24.51%-
HSV(B)195.13º95.83%47.06%-
XYZ7.198.8719.1-
YUV68.59157.0182.64-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.31%
GREEN value IS 91 (35.94% from 255) = 42.13%
BLUE value IS 120 (47.27% from 255) = 55.56%
R=2.31%
G=42.13%
B=55.56%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5911200.960.2400.53195.139224.51
Hex55B786018035c35c19
Octal51331701403006530313431
Binary10110110111111000110000011000011010111000011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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