#055F79

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

Shades of Blue Lagoon #055F79

Tints of Blue Lagoon #055F79

Color information

#055F79 (or 0x055F79) is unknown color: approx Blue Lagoon. HEX triplet: 05, 5F and 79. RGB value is (5,95,121). Sum of RGB (Red+Green+Blue) = 5+95+121=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 95 (37.5% from 255 or 42.99% from 221); Blue value is 121 (47.66% from 255 or 54.75% from 221); Max value from RGB is 121 - color contains mainly: blue. Hex color #055F79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055F79 is #FAA086. Grayscale: #464646. Windows color (decimal): -16425095 or 7954181. OLE color: 7954181.

HSL color Cylindrical-coordinate representation of color #055F79: hue angle of 193.45º 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 #055F79 is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB595121-
CMYK0.960.2100.53
HSL193.45º92.06%24.71%-
HSV(B)193.45º95.87%47.45%-
XYZ7.619.619.54-
YUV71.05156.1880.89-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.26%
GREEN value IS 95 (37.5% from 255) = 42.99%
BLUE value IS 121 (47.66% from 255) = 54.75%
R=2.26%
G=42.99%
B=54.75%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5951210.960.2100.53193.4592.0624.71
Hex55F796015035c15c19
Octal51371711402506530113431
Binary10110111111111001110000010101011010111000001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055F79; }

 p { color: rgb(5,95,121); }

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

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

 a { background-color: rgb(5,95,121); }

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

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

 span { border-color: rgb(5,95,121); }

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