#056674

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

Shades of Blue Lagoon #056674

Tints of Blue Lagoon #056674

Color information

#056674 (or 0x056674) is unknown color: approx Blue Lagoon. HEX triplet: 05, 66 and 74. RGB value is (5,102,116). Sum of RGB (Red+Green+Blue) = 5+102+116=223 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.24% from 223); Green value is 102 (40.23% from 255 or 45.74% from 223); Blue value is 116 (45.70% from 255 or 52.02% from 223); Max value from RGB is 116 - color contains mainly: blue. Hex color #056674 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056674 is #FA998B. Grayscale: #4A4A4A. Windows color (decimal): -16423308 or 7628293. OLE color: 7628293.

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

Color convert

RGB5102116-
CMYK0.960.1200.55
HSL187.57º91.74%23.73%-
HSV(B)187.57º95.69%45.49%-
XYZ7.9710.818.19-
YUV74.59151.3678.36-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.24%
GREEN value IS 102 (40.23% from 255) = 45.74%
BLUE value IS 116 (45.70% from 255) = 52.02%
R=2.24%
G=45.74%
B=52.02%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51021160.960.1200.55187.5791.7423.73
Hex5667460C037bc5c18
Octal51461641401406727413430
Binary1011100110111010011000001100011011110111100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056674; }

 p { color: rgb(5,102,116); }

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

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

 a { background-color: rgb(5,102,116); }

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

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

 span { border-color: rgb(5,102,116); }

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