#055B6F

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

Shades of Blue Lagoon #055B6F

Tints of Blue Lagoon #055B6F

Color information

#055B6F (or 0x055B6F) is unknown color: approx Blue Lagoon. HEX triplet: 05, 5B and 6F. RGB value is (5,91,111). Sum of RGB (Red+Green+Blue) = 5+91+111=207 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.42% from 207); Green value is 91 (35.94% from 255 or 43.96% from 207); Blue value is 111 (43.75% from 255 or 53.62% from 207); Max value from RGB is 111 - color contains mainly: blue. Hex color #055B6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055B6F is #FAA490. Grayscale: #434343. Windows color (decimal): -16426129 or 7297797. OLE color: 7297797.

HSL color Cylindrical-coordinate representation of color #055B6F: hue angle of 191.32º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055B6F is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB591111-
CMYK0.950.1800.56
HSL191.32º91.38%22.75%-
HSV(B)191.32º95.5%43.53%-
XYZ6.678.6616.36-
YUV67.57152.5183.37-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.42%
GREEN value IS 91 (35.94% from 255) = 43.96%
BLUE value IS 111 (43.75% from 255) = 53.62%
R=2.42%
G=43.96%
B=53.62%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5911110.950.1800.56191.3291.3822.75
Hex55B6F5F12038bf5b17
Octal51331571372207027713327
Binary10110110111101111101111110010011100010111111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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