#056680

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

Shades of Blue Lagoon #056680

Tints of Blue Lagoon #056680

Color information

#056680 (or 0x056680) is unknown color: approx Blue Lagoon. HEX triplet: 05, 66 and 80. RGB value is (5,102,128). Sum of RGB (Red+Green+Blue) = 5+102+128=235 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.13% from 235); Green value is 102 (40.23% from 255 or 43.40% from 235); Blue value is 128 (50.39% from 255 or 54.47% from 235); Max value from RGB is 128 - color contains mainly: blue. Hex color #056680 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056680 is #FA997F. Grayscale: #4B4B4B. Windows color (decimal): -16423296 or 8414725. OLE color: 8414725.

HSL color Cylindrical-coordinate representation of color #056680: hue angle of 192.68º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056680 is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5102128-
CMYK0.960.2000.50
HSL192.68º92.48%26.08%-
HSV(B)192.68º96.09%50.2%-
XYZ8.7111.0922.1-
YUV75.96157.3677.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.13%
GREEN value IS 102 (40.23% from 255) = 43.40%
BLUE value IS 128 (50.39% from 255) = 54.47%
R=2.13%
G=43.40%
B=54.47%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal51021280.960.2000.50192.6892.4826.08
Hex566806014032c15c1a
Octal51462001402406230113432
Binary101110011010000000110000010100011001011000001101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056680; }

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

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

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

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

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

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

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

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