#056876

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

Shades of Blue Lagoon #056876

Tints of Blue Lagoon #056876

Color information

#056876 (or 0x056876) is unknown color: approx Blue Lagoon. HEX triplet: 05, 68 and 76. RGB value is (5,104,118). Sum of RGB (Red+Green+Blue) = 5+104+118=227 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.20% from 227); Green value is 104 (41.02% from 255 or 45.81% from 227); Blue value is 118 (46.48% from 255 or 51.98% from 227); Max value from RGB is 118 - color contains mainly: blue. Hex color #056876 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056876 is #FA9789. Grayscale: #4B4B4B. Windows color (decimal): -16422794 or 7759877. OLE color: 7759877.

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

Color convert

RGB5104118-
CMYK0.960.1200.54
HSL187.43º91.87%24.12%-
HSV(B)187.43º95.76%46.27%-
XYZ8.2811.2418.87-
YUV75.99151.777.36-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.20%
GREEN value IS 104 (41.02% from 255) = 45.81%
BLUE value IS 118 (46.48% from 255) = 51.98%
R=2.20%
G=45.81%
B=51.98%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51041180.960.1200.54187.4391.8724.12
Hex5687660C036bb5c18
Octal51501661401406627313430
Binary1011101000111011011000001100011011010111011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056876; }

 p { color: rgb(5,104,118); }

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

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

 a { background-color: rgb(5,104,118); }

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

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

 span { border-color: rgb(5,104,118); }

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