#577383

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

Shades of Blue Bayoux #577383

Tints of Blue Bayoux #577383

Color information

#577383 (or 0x577383) is unknown color: approx Blue Bayoux. HEX triplet: 57, 73 and 83. RGB value is (87,115,131). Sum of RGB (Red+Green+Blue) = 87+115+131=333 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.13% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 131 (51.56% from 255 or 39.34% from 333); Max value from RGB is 131 - color contains mainly: blue. Hex color #577383 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577383 is #A88C7C. Grayscale: #6C6C6C. Windows color (decimal): -11046013 or 8614743. OLE color: 8614743.

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

Color convert

RGB87115131-
CMYK0.340.1200.49
HSL201.82º20.18%42.75%-
HSV(B)201.82º33.59%51.37%-
XYZ14.1615.9323.8-
YUV108.45140.72112.7-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.13%
GREEN value IS 115 (45.31% from 255) = 34.53%
BLUE value IS 131 (51.56% from 255) = 39.34%
R=26.13%
G=34.53%
B=39.34%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal871151310.340.1200.49201.8220.1842.75
Hex57738322C031ca142b
Octal12716320342140613122453
Binary1010111111001110000011100010110001100011100101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577383; }

 p { color: rgb(87,115,131); }

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

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

 a { background-color: rgb(87,115,131); }

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

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

 span { border-color: rgb(87,115,131); }

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