#056871

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

Shades of Blue Lagoon #056871

Tints of Blue Lagoon #056871

Color information

#056871 (or 0x056871) is unknown color: approx Blue Lagoon. HEX triplet: 05, 68 and 71. RGB value is (5,104,113). Sum of RGB (Red+Green+Blue) = 5+104+113=222 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.25% from 222); Green value is 104 (41.02% from 255 or 46.85% from 222); Blue value is 113 (44.53% from 255 or 50.90% from 222); Max value from RGB is 113 - color contains mainly: blue. Hex color #056871 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056871 is #FA978E. Grayscale: #4B4B4B. Windows color (decimal): -16422799 or 7432197. OLE color: 7432197.

HSL color Cylindrical-coordinate representation of color #056871: hue angle of 185º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056871 is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5104113-
CMYK0.960.0800.56
HSL185º91.53%23.14%-
HSV(B)185º95.58%44.31%-
XYZ7.9911.1317.35-
YUV75.42149.277.77-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.25%
GREEN value IS 104 (41.02% from 255) = 46.85%
BLUE value IS 113 (44.53% from 255) = 50.90%
R=2.25%
G=46.85%
B=50.90%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51041130.960.0800.5618591.5323.14
Hex56871608038b95c17
Octal51501611401007027113427
Binary1011101000111000111000001000011100010111001101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056871; }

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

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

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

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

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

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

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

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