#055970

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

Shades of Blue Lagoon #055970

Tints of Blue Lagoon #055970

Color information

#055970 (or 0x055970) is unknown color: approx Blue Lagoon. HEX triplet: 05, 59 and 70. RGB value is (5,89,112). Sum of RGB (Red+Green+Blue) = 5+89+112=206 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.43% from 206); Green value is 89 (35.16% from 255 or 43.20% from 206); Blue value is 112 (44.14% from 255 or 54.37% from 206); Max value from RGB is 112 - color contains mainly: blue. Hex color #055970 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055970 is #FAA68F. Grayscale: #424242. Windows color (decimal): -16426640 or 7362821. OLE color: 7362821.

HSL color Cylindrical-coordinate representation of color #055970: hue angle of 192.9º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055970 is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB589112-
CMYK0.960.2100.56
HSL192.9º91.45%22.94%-
HSV(B)192.9º95.54%43.92%-
XYZ6.568.3516.59-
YUV66.51153.6784.13-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.43%
GREEN value IS 89 (35.16% from 255) = 43.20%
BLUE value IS 112 (44.14% from 255) = 54.37%
R=2.43%
G=43.20%
B=54.37%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5891120.960.2100.56192.991.4522.94
Hex559706015038c15b17
Octal51311601402507030113327
Binary10110110011110000110000010101011100011000001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055970; }

 p { color: rgb(5,89,112); }

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

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

 a { background-color: rgb(5,89,112); }

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

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

 span { border-color: rgb(5,89,112); }

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