#055D64

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

Shades of Blue Lagoon #055D64

Tints of Blue Lagoon #055D64

Color information

#055D64 (or 0x055D64) is unknown color: approx Blue Lagoon. HEX triplet: 05, 5D and 64. RGB value is (5,93,100). Sum of RGB (Red+Green+Blue) = 5+93+100=198 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.53% from 198); Green value is 93 (36.72% from 255 or 46.97% from 198); Blue value is 100 (39.45% from 255 or 50.51% from 198); Max value from RGB is 100 - color contains mainly: blue. Hex color #055D64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055D64 is #FAA29B. Grayscale: #434343. Windows color (decimal): -16425628 or 6577413. OLE color: 6577413.

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

Color convert

RGB593100-
CMYK0.950.0700.61
HSL184.42º90.48%20.59%-
HSV(B)184.42º95%39.22%-
XYZ6.288.7813.42-
YUV67.49146.3583.43-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.53%
GREEN value IS 93 (36.72% from 255) = 46.97%
BLUE value IS 100 (39.45% from 255) = 50.51%
R=2.53%
G=46.97%
B=50.51%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5931000.950.0700.61184.4290.4820.59
Hex55D645F703Db85a15
Octal5135144137707527013225
Binary101101110111001001011111111011110110111000101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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