#005E79

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

Shades of Blue Lagoon #005E79

Tints of Blue Lagoon #005E79

Color information

#005E79 (or 0x005E79) is unknown color: approx Blue Lagoon. HEX triplet: 00, 5E and 79. RGB value is (0,94,121). Sum of RGB (Red+Green+Blue) = 0+94+121=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 94 (37.11% from 255 or 43.72% from 215); Blue value is 121 (47.66% from 255 or 56.28% from 215); Max value from RGB is 121 - color contains mainly: blue. Hex color #005E79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005E79 is #FFA186. Grayscale: #444444. Windows color (decimal): -16753031 or 7953920. OLE color: 7953920.

HSL color Cylindrical-coordinate representation of color #005E79: hue angle of 193.39º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005E79 is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB094121-
CMYK10.2200.53
HSL193.39º100%23.73%-
HSV(B)193.39º100%47.45%-
XYZ7.459.3919.51-
YUV68.97157.3678.8-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 94 (37.11% from 255) = 43.72%
BLUE value IS 121 (47.66% from 255) = 56.28%
R=0%
G=43.72%
B=56.28%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal09412110.2200.53193.3910023.73
Hex05E796416035c16418
Octal01361711442606530114430
Binary010111101111001110010010110011010111000001110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005E79; }

 p { color: rgb(0,94,121); }

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

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

 a { background-color: rgb(0,94,121); }

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

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

 span { border-color: rgb(0,94,121); }

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