#055A66

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

Shades of Blue Lagoon #055A66

Tints of Blue Lagoon #055A66

Color information

#055A66 (or 0x055A66) is unknown color: approx Blue Lagoon. HEX triplet: 05, 5A and 66. RGB value is (5,90,102). Sum of RGB (Red+Green+Blue) = 5+90+102=197 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.54% from 197); Green value is 90 (35.55% from 255 or 45.69% from 197); Blue value is 102 (40.23% from 255 or 51.78% from 197); Max value from RGB is 102 - color contains mainly: blue. Hex color #055A66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055A66 is #FAA599. Grayscale: #414141. Windows color (decimal): -16426394 or 6707717. OLE color: 6707717.

HSL color Cylindrical-coordinate representation of color #055A66: hue angle of 187.42º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055A66 is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB590102-
CMYK0.950.1200.6
HSL187.42º90.65%20.98%-
HSV(B)187.42º95.1%40%-
XYZ6.128.313.85-
YUV65.95148.3484.52-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.54%
GREEN value IS 90 (35.55% from 255) = 45.69%
BLUE value IS 102 (40.23% from 255) = 51.78%
R=2.54%
G=45.69%
B=51.78%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5901020.950.1200.6187.4290.6520.98
Hex55A665FC03Cbb5b15
Octal51321461371407427313325
Binary1011011010110011010111111100011110010111011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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