#05576E

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

Shades of Blue Lagoon #05576E

Tints of Blue Lagoon #05576E

Color information

#05576E (or 0x05576E) is unknown color: approx Blue Lagoon. HEX triplet: 05, 57 and 6E. RGB value is (5,87,110). Sum of RGB (Red+Green+Blue) = 5+87+110=202 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.48% from 202); Green value is 87 (34.38% from 255 or 43.07% from 202); Blue value is 110 (43.36% from 255 or 54.46% from 202); Max value from RGB is 110 - color contains mainly: blue. Hex color #05576E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05576E is #FAA891. Grayscale: #404040. Windows color (decimal): -16427154 or 7231237. OLE color: 7231237.

HSL color Cylindrical-coordinate representation of color #05576E: hue angle of 193.14º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05576E is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB587110-
CMYK0.950.2100.57
HSL193.14º91.3%22.55%-
HSV(B)193.14º95.45%43.14%-
XYZ6.297.9715.96-
YUV65.1153.3385.13-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.48%
GREEN value IS 87 (34.38% from 255) = 43.07%
BLUE value IS 110 (43.36% from 255) = 54.46%
R=2.48%
G=43.07%
B=54.46%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5871100.950.2100.57193.1491.322.55
Hex5576E5F15039c15b17
Octal51271561372507130113327
Binary10110101111101110101111110101011100111000001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05576E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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