#577C82

Color #577C82 Blue Bayoux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bayoux #577C82

Tints of Blue Bayoux #577C82

Color information

#577C82 (or 0x577C82) is unknown color: approx Blue Bayoux. HEX triplet: 57, 7C and 82. RGB value is (87,124,130). Sum of RGB (Red+Green+Blue) = 87+124+130=341 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.51% from 341); Green value is 124 (48.83% from 255 or 36.36% from 341); Blue value is 130 (51.17% from 255 or 38.12% from 341); Max value from RGB is 130 - color contains mainly: blue. Hex color #577C82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577C82 is #A8837D. Grayscale: #717171. Windows color (decimal): -11043710 or 8551511. OLE color: 8551511.

HSL color Cylindrical-coordinate representation of color #577C82: hue angle of 188.37º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #577C82 is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB87124130-
CMYK0.330.0500.49
HSL188.37º19.82%42.55%-
HSV(B)188.37º33.08%50.98%-
XYZ15.1718.0523.8-
YUV113.62137.24109.01-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.51%
GREEN value IS 124 (48.83% from 255) = 36.36%
BLUE value IS 130 (51.17% from 255) = 38.12%
R=25.51%
G=36.36%
B=38.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal871241300.330.0500.49188.3719.8242.55
Hex577C82215031bc142b
Octal1271742024150612742453
Binary101011111111001000001010000110101100011011110010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577C82; }

 p { color: rgb(87,124,130); }

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

<style>
 a { background-color: #577C82; }

 a { background-color: rgb(87,124,130); }

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

<style>
 span { border-color: #577C82; }

 span { border-color: rgb(87,124,130); }

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