#056B78

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

Shades of Blue Lagoon #056B78

Tints of Blue Lagoon #056B78

Color information

#056B78 (or 0x056B78) is unknown color: approx Blue Lagoon. HEX triplet: 05, 6B and 78. RGB value is (5,107,120). Sum of RGB (Red+Green+Blue) = 5+107+120=232 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 232); Green value is 107 (42.19% from 255 or 46.12% from 232); Blue value is 120 (47.27% from 255 or 51.72% from 232); Max value from RGB is 120 - color contains mainly: blue. Hex color #056B78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056B78 is #FA9487. Grayscale: #4D4D4D. Windows color (decimal): -16422024 or 7891717. OLE color: 7891717.

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

Color convert

RGB5107120-
CMYK0.960.1100.53
HSL186.78º92%24.51%-
HSV(B)186.78º95.83%47.06%-
XYZ8.7111.919.61-
YUV77.98151.7175.94-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.16%
GREEN value IS 107 (42.19% from 255) = 46.12%
BLUE value IS 120 (47.27% from 255) = 51.72%
R=2.16%
G=46.12%
B=51.72%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51071200.960.1100.53186.789224.51
Hex56B7860B035bb5c19
Octal51531701401306527313431
Binary1011101011111100011000001011011010110111011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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