#056B82

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

Shades of Blue Lagoon #056B82

Tints of Blue Lagoon #056B82

Color information

#056B82 (or 0x056B82) is unknown color: approx Blue Lagoon. HEX triplet: 05, 6B and 82. RGB value is (5,107,130). Sum of RGB (Red+Green+Blue) = 5+107+130=242 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 242); Green value is 107 (42.19% from 255 or 44.21% from 242); Blue value is 130 (51.17% from 255 or 53.72% from 242); Max value from RGB is 130 - color contains mainly: blue. Hex color #056B82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056B82 is #FA947D. Grayscale: #4E4E4E. Windows color (decimal): -16422014 or 8547077. OLE color: 8547077.

HSL color Cylindrical-coordinate representation of color #056B82: hue angle of 191.04º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056B82 is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5107130-
CMYK0.960.1800.49
HSL191.04º92.59%26.47%-
HSV(B)191.04º96.15%50.98%-
XYZ9.3512.1622.97-
YUV79.12156.7175.13-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.07%
GREEN value IS 107 (42.19% from 255) = 44.21%
BLUE value IS 130 (51.17% from 255) = 53.72%
R=2.07%
G=44.21%
B=53.72%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51071300.960.1800.49191.0492.5926.47
Hex56B826012031bf5d1a
Octal51532021402206127713532
Binary101110101110000010110000010010011000110111111101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056B82; }

 p { color: rgb(5,107,130); }

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

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

 a { background-color: rgb(5,107,130); }

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

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

 span { border-color: rgb(5,107,130); }

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