#055B6A

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

Shades of Blue Lagoon #055B6A

Tints of Blue Lagoon #055B6A

Color information

#055B6A (or 0x055B6A) is unknown color: approx Blue Lagoon. HEX triplet: 05, 5B and 6A. RGB value is (5,91,106). Sum of RGB (Red+Green+Blue) = 5+91+106=202 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.48% from 202); Green value is 91 (35.94% from 255 or 45.05% from 202); Blue value is 106 (41.80% from 255 or 52.48% from 202); Max value from RGB is 106 - color contains mainly: blue. Hex color #055B6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055B6A is #FAA495. Grayscale: #424242. Windows color (decimal): -16426134 or 6970117. OLE color: 6970117.

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

Color convert

RGB591106-
CMYK0.950.1400.58
HSL188.91º90.99%21.76%-
HSV(B)188.91º95.28%41.57%-
XYZ6.418.5614.95-
YUV67150.0183.78-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.48%
GREEN value IS 91 (35.94% from 255) = 45.05%
BLUE value IS 106 (41.80% from 255) = 52.48%
R=2.48%
G=45.05%
B=52.48%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5911060.950.1400.58188.9190.9921.76
Hex55B6A5FE03Abd5b16
Octal51331521371607227513326
Binary1011011011110101010111111110011101010111101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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