#056478

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

Shades of Blue Lagoon #056478

Tints of Blue Lagoon #056478

Color information

#056478 (or 0x056478) is unknown color: approx Blue Lagoon. HEX triplet: 05, 64 and 78. RGB value is (5,100,120). Sum of RGB (Red+Green+Blue) = 5+100+120=225 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.22% from 225); Green value is 100 (39.45% from 255 or 44.44% from 225); Blue value is 120 (47.27% from 255 or 53.33% from 225); Max value from RGB is 120 - color contains mainly: blue. Hex color #056478 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056478 is #FA9B87. Grayscale: #494949. Windows color (decimal): -16423816 or 7889925. OLE color: 7889925.

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

Color convert

RGB5100120-
CMYK0.960.1700.53
HSL190.43º92%24.51%-
HSV(B)190.43º95.83%47.06%-
XYZ8.0110.519.37-
YUV73.88154.0378.87-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.22%
GREEN value IS 100 (39.45% from 255) = 44.44%
BLUE value IS 120 (47.27% from 255) = 53.33%
R=2.22%
G=44.44%
B=53.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51001200.960.1700.53190.439224.51
Hex564786011035be5c19
Octal51441701402106527613431
Binary10111001001111000110000010001011010110111110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056478; }

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

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

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

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

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

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

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

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