#577482

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

Shades of Blue Bayoux #577482

Tints of Blue Bayoux #577482

Color information

#577482 (or 0x577482) is unknown color: approx Blue Bayoux. HEX triplet: 57, 74 and 82. RGB value is (87,116,130). Sum of RGB (Red+Green+Blue) = 87+116+130=333 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.13% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 130 (51.17% from 255 or 39.04% from 333); Max value from RGB is 130 - color contains mainly: blue. Hex color #577482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577482 is #A88B7D. Grayscale: #6C6C6C. Windows color (decimal): -11045758 or 8549463. OLE color: 8549463.

HSL color Cylindrical-coordinate representation of color #577482: hue angle of 199.53º 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 #577482 is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB87116130-
CMYK0.330.1100.49
HSL199.53º19.82%42.55%-
HSV(B)199.53º33.08%50.98%-
XYZ14.2116.1323.48-
YUV108.92139.89112.36-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.13%
GREEN value IS 116 (45.70% from 255) = 34.83%
BLUE value IS 130 (51.17% from 255) = 39.04%
R=26.13%
G=34.83%
B=39.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal871161300.330.1100.49199.5319.8242.55
Hex57748221B031c8142b
Octal12716420241130613102453
Binary1010111111010010000010100001101101100011100100010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577482; }

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

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

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

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

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

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

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

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