#056978

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

Shades of Blue Lagoon #056978

Tints of Blue Lagoon #056978

Color information

#056978 (or 0x056978) is unknown color: approx Blue Lagoon. HEX triplet: 05, 69 and 78. RGB value is (5,105,120). Sum of RGB (Red+Green+Blue) = 5+105+120=230 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.17% from 230); Green value is 105 (41.41% from 255 or 45.65% from 230); Blue value is 120 (47.27% from 255 or 52.17% from 230); Max value from RGB is 120 - color contains mainly: blue. Hex color #056978 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056978 is #FA9687. Grayscale: #4C4C4C. Windows color (decimal): -16422536 or 7891205. OLE color: 7891205.

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

Color convert

RGB5105120-
CMYK0.960.1300.53
HSL187.83º92%24.51%-
HSV(B)187.83º95.83%47.06%-
XYZ8.511.4919.54-
YUV76.81152.3776.78-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.17%
GREEN value IS 105 (41.41% from 255) = 45.65%
BLUE value IS 120 (47.27% from 255) = 52.17%
R=2.17%
G=45.65%
B=52.17%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51051200.960.1300.53187.839224.51
Hex5697860D035bc5c19
Octal51511701401506527413431
Binary1011101001111100011000001101011010110111100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056978; }

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

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

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

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

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

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

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

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