#056178

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

Shades of Blue Lagoon #056178

Tints of Blue Lagoon #056178

Color information

#056178 (or 0x056178) is unknown color: approx Blue Lagoon. HEX triplet: 05, 61 and 78. RGB value is (5,97,120). Sum of RGB (Red+Green+Blue) = 5+97+120=222 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.25% from 222); Green value is 97 (38.28% from 255 or 43.69% from 222); Blue value is 120 (47.27% from 255 or 54.05% from 222); Max value from RGB is 120 - color contains mainly: blue. Hex color #056178 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056178 is #FA9E87. Grayscale: #474747. Windows color (decimal): -16424584 or 7889157. OLE color: 7889157.

HSL color Cylindrical-coordinate representation of color #056178: hue angle of 192º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056178 is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB597120-
CMYK0.960.1900.53
HSL192º92%24.51%-
HSV(B)192º95.83%47.06%-
XYZ7.739.9419.28-
YUV72.11155.0280.13-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.25%
GREEN value IS 97 (38.28% from 255) = 43.69%
BLUE value IS 120 (47.27% from 255) = 54.05%
R=2.25%
G=43.69%
B=54.05%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5971200.960.1900.531929224.51
Hex561786013035c05c19
Octal51411701402306530013431
Binary10111000011111000110000010011011010111000000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056178; }

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

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

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

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

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

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

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

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