#056873

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

Shades of Blue Lagoon #056873

Tints of Blue Lagoon #056873

Color information

#056873 (or 0x056873) is unknown color: approx Blue Lagoon. HEX triplet: 05, 68 and 73. RGB value is (5,104,115). Sum of RGB (Red+Green+Blue) = 5+104+115=224 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.23% from 224); Green value is 104 (41.02% from 255 or 46.43% from 224); Blue value is 115 (45.31% from 255 or 51.34% from 224); Max value from RGB is 115 - color contains mainly: blue. Hex color #056873 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056873 is #FA978C. Grayscale: #4B4B4B. Windows color (decimal): -16422797 or 7563269. OLE color: 7563269.

HSL color Cylindrical-coordinate representation of color #056873: hue angle of 186º 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 #056873 is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5104115-
CMYK0.960.1000.55
HSL186º91.67%23.53%-
HSV(B)186º95.65%45.1%-
XYZ8.1111.1717.95-
YUV75.65150.277.61-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.23%
GREEN value IS 104 (41.02% from 255) = 46.43%
BLUE value IS 115 (45.31% from 255) = 51.34%
R=2.23%
G=46.43%
B=51.34%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51041150.960.1000.5518691.6723.53
Hex5687360A037ba5c18
Octal51501631401206727213430
Binary1011101000111001111000001010011011110111010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056873; }

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

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

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

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

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

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

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

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