#056077

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

Shades of Blue Lagoon #056077

Tints of Blue Lagoon #056077

Color information

#056077 (or 0x056077) is unknown color: approx Blue Lagoon. HEX triplet: 05, 60 and 77. RGB value is (5,96,119). Sum of RGB (Red+Green+Blue) = 5+96+119=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 119 (46.88% from 255 or 54.09% from 220); Max value from RGB is 119 - color contains mainly: blue. Hex color #056077 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056077 is #FA9F88. Grayscale: #474747. Windows color (decimal): -16424841 or 7823365. OLE color: 7823365.

HSL color Cylindrical-coordinate representation of color #056077: hue angle of 192.11º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056077 is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB596119-
CMYK0.960.1900.53
HSL192.11º91.94%24.31%-
HSV(B)192.11º95.8%46.67%-
XYZ7.589.7318.93-
YUV71.41154.8580.63-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.27%
GREEN value IS 96 (37.89% from 255) = 43.64%
BLUE value IS 119 (46.88% from 255) = 54.09%
R=2.27%
G=43.64%
B=54.09%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5961190.960.1900.53192.1191.9424.31
Hex560776013035c05c18
Octal51401671402306530013430
Binary10111000001110111110000010011011010111000000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056077; }

 p { color: rgb(5,96,119); }

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

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

 a { background-color: rgb(5,96,119); }

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

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

 span { border-color: rgb(5,96,119); }

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