#055E6B

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

Shades of Blue Lagoon #055E6B

Tints of Blue Lagoon #055E6B

Color information

#055E6B (or 0x055E6B) is unknown color: approx Blue Lagoon. HEX triplet: 05, 5E and 6B. RGB value is (5,94,107). Sum of RGB (Red+Green+Blue) = 5+94+107=206 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.43% from 206); Green value is 94 (37.11% from 255 or 45.63% from 206); Blue value is 107 (42.19% from 255 or 51.94% from 206); Max value from RGB is 107 - color contains mainly: blue. Hex color #055E6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055E6B is #FAA194. Grayscale: #444444. Windows color (decimal): -16425365 or 7036421. OLE color: 7036421.

HSL color Cylindrical-coordinate representation of color #055E6B: hue angle of 187.65º 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 #055E6B is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB594107-
CMYK0.950.1200.58
HSL187.65º91.07%21.96%-
HSV(B)187.65º95.33%41.96%-
XYZ6.729.115.31-
YUV68.87149.5182.44-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.43%
GREEN value IS 94 (37.11% from 255) = 45.63%
BLUE value IS 107 (42.19% from 255) = 51.94%
R=2.43%
G=45.63%
B=51.94%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5941070.950.1200.58187.6591.0721.96
Hex55E6B5FC03Abc5b16
Octal51361531371407227413326
Binary1011011110110101110111111100011101010111100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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