#577377

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

Shades of Blue Bayoux #577377

Tints of Blue Bayoux #577377

Color information

#577377 (or 0x577377) is unknown color: approx Blue Bayoux. HEX triplet: 57, 73 and 77. RGB value is (87,115,119). Sum of RGB (Red+Green+Blue) = 87+115+119=321 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.10% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 119 (46.88% from 255 or 37.07% from 321); Max value from RGB is 119 - color contains mainly: blue. Hex color #577377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577377 is #A88C88. Grayscale: #6B6B6B. Windows color (decimal): -11046025 or 7828311. OLE color: 7828311.

HSL color Cylindrical-coordinate representation of color #577377: hue angle of 187.5º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #577377 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB87115119-
CMYK0.270.0300.53
HSL187.5º15.53%40.39%-
HSV(B)187.5º26.89%46.67%-
XYZ13.3915.6219.76-
YUV107.08134.72113.67-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.10%
GREEN value IS 115 (45.31% from 255) = 35.83%
BLUE value IS 119 (46.88% from 255) = 37.07%
R=27.10%
G=35.83%
B=37.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal871151190.270.0300.53187.515.5340.39
Hex5773771B3035bc1028
Octal1271631673330652742050
Binary101011111100111110111110111101101011011110010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577377; }

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

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

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

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

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

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

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

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