#056D74

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

Shades of Blue Lagoon #056D74

Tints of Blue Lagoon #056D74

Color information

#056D74 (or 0x056D74) is unknown color: approx Blue Lagoon. HEX triplet: 05, 6D and 74. RGB value is (5,109,116). Sum of RGB (Red+Green+Blue) = 5+109+116=230 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.17% from 230); Green value is 109 (42.97% from 255 or 47.39% from 230); Blue value is 116 (45.70% from 255 or 50.43% from 230); Max value from RGB is 116 - color contains mainly: blue. Hex color #056D74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056D74 is #FA928B. Grayscale: #4E4E4E. Windows color (decimal): -16421516 or 7630085. OLE color: 7630085.

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

Color convert

RGB5109116-
CMYK0.960.0600.55
HSL183.78º91.74%23.73%-
HSV(B)183.78º95.69%45.49%-
XYZ8.6812.2318.43-
YUV78.7149.0475.43-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.17%
GREEN value IS 109 (42.97% from 255) = 47.39%
BLUE value IS 116 (45.70% from 255) = 50.43%
R=2.17%
G=47.39%
B=50.43%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51091160.960.0600.55183.7891.7423.73
Hex56D74606037b85c18
Octal5155164140606727013430
Binary101110110111101001100000110011011110111000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056D74; }

 p { color: rgb(5,109,116); }

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

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

 a { background-color: rgb(5,109,116); }

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

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

 span { border-color: rgb(5,109,116); }

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