#056186

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

Shades of Blue Lagoon #056186

Tints of Blue Lagoon #056186

Color information

#056186 (or 0x056186) is unknown color: approx Blue Lagoon. HEX triplet: 05, 61 and 86. RGB value is (5,97,134). Sum of RGB (Red+Green+Blue) = 5+97+134=236 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.12% from 236); Green value is 97 (38.28% from 255 or 41.10% from 236); Blue value is 134 (52.73% from 255 or 56.78% from 236); Max value from RGB is 134 - color contains mainly: blue. Hex color #056186 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056186 is #FA9E79. Grayscale: #494949. Windows color (decimal): -16424570 or 8806661. OLE color: 8806661.

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

Color convert

RGB597134-
CMYK0.960.2800.47
HSL197.21º92.81%27.25%-
HSV(B)197.21º96.27%52.55%-
XYZ8.6410.324.09-
YUV73.71162.0278.99-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.12%
GREEN value IS 97 (38.28% from 255) = 41.10%
BLUE value IS 134 (52.73% from 255) = 56.78%
R=2.12%
G=41.10%
B=56.78%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5971340.960.2800.47197.2192.8127.25
Hex56186601C02Fc55d1b
Octal51412061403405730513533
Binary101110000110000110110000011100010111111000101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056186; }

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

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

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

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

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

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

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

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