#056174

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

Shades of Blue Lagoon #056174

Tints of Blue Lagoon #056174

Color information

#056174 (or 0x056174) is unknown color: approx Blue Lagoon. HEX triplet: 05, 61 and 74. RGB value is (5,97,116). Sum of RGB (Red+Green+Blue) = 5+97+116=218 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.29% from 218); Green value is 97 (38.28% from 255 or 44.50% from 218); Blue value is 116 (45.70% from 255 or 53.21% from 218); Max value from RGB is 116 - color contains mainly: blue. Hex color #056174 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056174 is #FA9E8B. Grayscale: #474747. Windows color (decimal): -16424588 or 7627013. OLE color: 7627013.

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

Color convert

RGB597116-
CMYK0.960.1600.55
HSL190.27º91.74%23.73%-
HSV(B)190.27º95.69%45.49%-
XYZ7.499.8418.03-
YUV71.66153.0280.46-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.29%
GREEN value IS 97 (38.28% from 255) = 44.50%
BLUE value IS 116 (45.70% from 255) = 53.21%
R=2.29%
G=44.50%
B=53.21%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5971160.960.1600.55190.2791.7423.73
Hex561746010037be5c18
Octal51411641402006727613430
Binary10111000011110100110000010000011011110111110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056174; }

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

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

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

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

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

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

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

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