#05576F

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

Shades of Blue Lagoon #05576F

Tints of Blue Lagoon #05576F

Color information

#05576F (or 0x05576F) is unknown color: approx Blue Lagoon. HEX triplet: 05, 57 and 6F. RGB value is (5,87,111). Sum of RGB (Red+Green+Blue) = 5+87+111=203 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.46% from 203); Green value is 87 (34.38% from 255 or 42.86% from 203); Blue value is 111 (43.75% from 255 or 54.68% from 203); Max value from RGB is 111 - color contains mainly: blue. Hex color #05576F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05576F is #FAA890. Grayscale: #414141. Windows color (decimal): -16427153 or 7296773. OLE color: 7296773.

HSL color Cylindrical-coordinate representation of color #05576F: hue angle of 193.58º 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 #05576F is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB587111-
CMYK0.950.2200.56
HSL193.58º91.38%22.75%-
HSV(B)193.58º95.5%43.53%-
XYZ6.34816.25-
YUV65.22153.8385.05-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.46%
GREEN value IS 87 (34.38% from 255) = 42.86%
BLUE value IS 111 (43.75% from 255) = 54.68%
R=2.46%
G=42.86%
B=54.68%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5871110.950.2200.56193.5891.3822.75
Hex5576F5F16038c25b17
Octal51271571372607030213327
Binary10110101111101111101111110110011100011000010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05576F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05576F; }

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

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

<style>
 a { background-color: #05576F; }

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

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

<style>
 span { border-color: #05576F; }

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

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