#056973

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

Shades of Blue Lagoon #056973

Tints of Blue Lagoon #056973

Color information

#056973 (or 0x056973) is unknown color: approx Blue Lagoon. HEX triplet: 05, 69 and 73. RGB value is (5,105,115). Sum of RGB (Red+Green+Blue) = 5+105+115=225 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.22% from 225); Green value is 105 (41.41% from 255 or 46.67% from 225); Blue value is 115 (45.31% from 255 or 51.11% from 225); Max value from RGB is 115 - color contains mainly: blue. Hex color #056973 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056973 is #FA968C. Grayscale: #4C4C4C. Windows color (decimal): -16422541 or 7563525. OLE color: 7563525.

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

Color convert

RGB5105115-
CMYK0.960.0900.55
HSL185.45º91.67%23.53%-
HSV(B)185.45º95.65%45.1%-
XYZ8.2111.3717.98-
YUV76.24149.8777.19-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.22%
GREEN value IS 105 (41.41% from 255) = 46.67%
BLUE value IS 115 (45.31% from 255) = 51.11%
R=2.22%
G=46.67%
B=51.11%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51051150.960.0900.55185.4591.6723.53
Hex56973609037b95c18
Octal51511631401106727113430
Binary1011101001111001111000001001011011110111001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056973; }

 p { color: rgb(5,105,115); }

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

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

 a { background-color: rgb(5,105,115); }

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

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

 span { border-color: rgb(5,105,115); }

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