#056971

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

Shades of Blue Lagoon #056971

Tints of Blue Lagoon #056971

Color information

#056971 (or 0x056971) is unknown color: approx Blue Lagoon. HEX triplet: 05, 69 and 71. RGB value is (5,105,113). Sum of RGB (Red+Green+Blue) = 5+105+113=223 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.24% from 223); Green value is 105 (41.41% from 255 or 47.09% from 223); Blue value is 113 (44.53% from 255 or 50.67% from 223); Max value from RGB is 113 - color contains mainly: blue. Hex color #056971 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056971 is #FA968E. Grayscale: #4B4B4B. Windows color (decimal): -16422543 or 7432453. OLE color: 7432453.

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

Color convert

RGB5105113-
CMYK0.960.0700.56
HSL184.44º91.53%23.14%-
HSV(B)184.44º95.58%44.31%-
XYZ8.0911.3317.38-
YUV76.01148.8777.35-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.24%
GREEN value IS 105 (41.41% from 255) = 47.09%
BLUE value IS 113 (44.53% from 255) = 50.67%
R=2.24%
G=47.09%
B=50.67%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51051130.960.0700.56184.4491.5323.14
Hex56971607038b85c17
Octal5151161140707027013427
Binary101110100111100011100000111011100010111000101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056971; }

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

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

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

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

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

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

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

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