#055E6E

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

Shades of Blue Lagoon #055E6E

Tints of Blue Lagoon #055E6E

Color information

#055E6E (or 0x055E6E) is unknown color: approx Blue Lagoon. HEX triplet: 05, 5E and 6E. RGB value is (5,94,110). Sum of RGB (Red+Green+Blue) = 5+94+110=209 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.39% from 209); Green value is 94 (37.11% from 255 or 44.98% from 209); Blue value is 110 (43.36% from 255 or 52.63% from 209); Max value from RGB is 110 - color contains mainly: blue. Hex color #055E6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055E6E is #FAA191. Grayscale: #454545. Windows color (decimal): -16425362 or 7233029. OLE color: 7233029.

HSL color Cylindrical-coordinate representation of color #055E6E: hue angle of 189.14º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055E6E is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB594110-
CMYK0.950.1500.57
HSL189.14º91.3%22.55%-
HSV(B)189.14º95.45%43.14%-
XYZ6.889.1616.16-
YUV69.21151.0182.2-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.39%
GREEN value IS 94 (37.11% from 255) = 44.98%
BLUE value IS 110 (43.36% from 255) = 52.63%
R=2.39%
G=44.98%
B=52.63%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5941100.950.1500.57189.1491.322.55
Hex55E6E5FF039bd5b17
Octal51361561371707127513327
Binary1011011110110111010111111111011100110111101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,94,110); }

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

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

 a { background-color: rgb(5,94,110); }

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

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

 span { border-color: rgb(5,94,110); }

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