#056879

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

Shades of Blue Lagoon #056879

Tints of Blue Lagoon #056879

Color information

#056879 (or 0x056879) is unknown color: approx Blue Lagoon. HEX triplet: 05, 68 and 79. RGB value is (5,104,121). Sum of RGB (Red+Green+Blue) = 5+104+121=230 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.17% from 230); Green value is 104 (41.02% from 255 or 45.22% from 230); Blue value is 121 (47.66% from 255 or 52.61% from 230); Max value from RGB is 121 - color contains mainly: blue. Hex color #056879 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056879 is #FA9786. Grayscale: #4C4C4C. Windows color (decimal): -16422791 or 7956485. OLE color: 7956485.

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

Color convert

RGB5104121-
CMYK0.960.1400.53
HSL188.79º92.06%24.71%-
HSV(B)188.79º95.87%47.45%-
XYZ8.4611.3119.83-
YUV76.34153.277.12-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.17%
GREEN value IS 104 (41.02% from 255) = 45.22%
BLUE value IS 121 (47.66% from 255) = 52.61%
R=2.17%
G=45.22%
B=52.61%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51041210.960.1400.53188.7992.0624.71
Hex5687960E035bd5c19
Octal51501711401606527513431
Binary1011101000111100111000001110011010110111101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056879; }

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

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

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

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

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

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

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

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