#055B6C

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

Shades of Blue Lagoon #055B6C

Tints of Blue Lagoon #055B6C

Color information

#055B6C (or 0x055B6C) is unknown color: approx Blue Lagoon. HEX triplet: 05, 5B and 6C. RGB value is (5,91,108). Sum of RGB (Red+Green+Blue) = 5+91+108=204 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.45% from 204); Green value is 91 (35.94% from 255 or 44.61% from 204); Blue value is 108 (42.58% from 255 or 52.94% from 204); Max value from RGB is 108 - color contains mainly: blue. Hex color #055B6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055B6C is #FAA493. Grayscale: #434343. Windows color (decimal): -16426132 or 7101189. OLE color: 7101189.

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

Color convert

RGB591108-
CMYK0.950.1600.58
HSL189.9º91.15%22.16%-
HSV(B)189.9º95.37%42.35%-
XYZ6.518.615.5-
YUV67.22151.0183.62-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.45%
GREEN value IS 91 (35.94% from 255) = 44.61%
BLUE value IS 108 (42.58% from 255) = 52.94%
R=2.45%
G=44.61%
B=52.94%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5911080.950.1600.58189.991.1522.16
Hex55B6C5F1003Abe5b16
Octal51331541372007227613326
Binary10110110111101100101111110000011101010111110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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