#055E6A

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

Shades of Blue Lagoon #055E6A

Tints of Blue Lagoon #055E6A

Color information

#055E6A (or 0x055E6A) is unknown color: approx Blue Lagoon. HEX triplet: 05, 5E and 6A. RGB value is (5,94,106). Sum of RGB (Red+Green+Blue) = 5+94+106=205 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.44% from 205); Green value is 94 (37.11% from 255 or 45.85% from 205); Blue value is 106 (41.80% from 255 or 51.71% from 205); Max value from RGB is 106 - color contains mainly: blue. Hex color #055E6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055E6A is #FAA195. Grayscale: #444444. Windows color (decimal): -16425366 or 6970885. OLE color: 6970885.

HSL color Cylindrical-coordinate representation of color #055E6A: hue angle of 187.13º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055E6A is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB594106-
CMYK0.950.1100.58
HSL187.13º90.99%21.76%-
HSV(B)187.13º95.28%41.57%-
XYZ6.679.0815.04-
YUV68.76149.0182.52-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.44%
GREEN value IS 94 (37.11% from 255) = 45.85%
BLUE value IS 106 (41.80% from 255) = 51.71%
R=2.44%
G=45.85%
B=51.71%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5941060.950.1100.58187.1390.9921.76
Hex55E6A5FB03Abb5b16
Octal51361521371307227313326
Binary1011011110110101010111111011011101010111011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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