#056372

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

Shades of Blue Lagoon #056372

Tints of Blue Lagoon #056372

Color information

#056372 (or 0x056372) is unknown color: approx Blue Lagoon. HEX triplet: 05, 63 and 72. RGB value is (5,99,114). Sum of RGB (Red+Green+Blue) = 5+99+114=218 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.29% from 218); Green value is 99 (39.06% from 255 or 45.41% from 218); Blue value is 114 (44.92% from 255 or 52.29% from 218); Max value from RGB is 114 - color contains mainly: blue. Hex color #056372 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056372 is #FA9C8D. Grayscale: #484848. Windows color (decimal): -16424078 or 7496453. OLE color: 7496453.

HSL color Cylindrical-coordinate representation of color #056372: hue angle of 188.26º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056372 is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB599114-
CMYK0.960.1300.55
HSL188.26º91.6%23.33%-
HSV(B)188.26º95.61%44.71%-
XYZ7.5610.1717.48-
YUV72.6151.3679.78-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.29%
GREEN value IS 99 (39.06% from 255) = 45.41%
BLUE value IS 114 (44.92% from 255) = 52.29%
R=2.29%
G=45.41%
B=52.29%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5991140.960.1300.55188.2691.623.33
Hex5637260D037bc5c17
Octal51431621401506727413427
Binary1011100011111001011000001101011011110111100101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056372; }

 p { color: rgb(5,99,114); }

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

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

 a { background-color: rgb(5,99,114); }

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

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

 span { border-color: rgb(5,99,114); }

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