#055A64

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

Shades of Blue Lagoon #055A64

Tints of Blue Lagoon #055A64

Color information

#055A64 (or 0x055A64) is unknown color: approx Blue Lagoon. HEX triplet: 05, 5A and 64. RGB value is (5,90,100). Sum of RGB (Red+Green+Blue) = 5+90+100=195 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.56% from 195); Green value is 90 (35.55% from 255 or 46.15% from 195); Blue value is 100 (39.45% from 255 or 51.28% from 195); Max value from RGB is 100 - color contains mainly: blue. Hex color #055A64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055A64 is #FAA59B. Grayscale: #414141. Windows color (decimal): -16426396 or 6576645. OLE color: 6576645.

HSL color Cylindrical-coordinate representation of color #055A64: hue angle of 186.32º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055A64 is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB590100-
CMYK0.950.1000.61
HSL186.32º90.48%20.59%-
HSV(B)186.32º95%39.22%-
XYZ6.028.2613.33-
YUV65.72147.3484.69-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.56%
GREEN value IS 90 (35.55% from 255) = 46.15%
BLUE value IS 100 (39.45% from 255) = 51.28%
R=2.56%
G=46.15%
B=51.28%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5901000.950.1000.61186.3290.4820.59
Hex55A645FA03Dba5a15
Octal51321441371207527213225
Binary1011011010110010010111111010011110110111010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,90,100); }

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

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

 a { background-color: rgb(5,90,100); }

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

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

 span { border-color: rgb(5,90,100); }

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